-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StageWebView to also accept URLRequest to load URL #1427
Comments
Pls any statement/update on this one @ajwfrost ? |
Hi - sorry, I had meant to look into this. We'd need to double-check whether it's actually possible to provide the custom headers etc to the third party components that are used for the StageWebView. We're also looking at the potential to have some other html-engine be used for a platform-agnostic StageWebView so would need to see what sort of options that provides. So although we can nominally accept a URLRequest, we can't necessarily promise that the custom headers are passed through to the request.... it would have to depend on the underlying implementation. thanks |
Thanks Andrew, this would help a lot! I saw the post regarding the Ultra-Light HTML Renderer Engine and it looks quite nice, so fingers crossed on this one! |
@ajwfrost: Any news on this? |
This would need to go in two steps I think:
Will try to get this one bumped up the priorities a little... |
It would be helpful, if
StageWebView
would also acceptURLRequest
for loading an URL.In that way, we would be more flexible and could e.g. add custom Request Headers etc..
The text was updated successfully, but these errors were encountered: