-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
bug(custom-protocol): history push state error on windows #170
Comments
I think we should check SetVirtualHostNameToFolderMapping -- instead of using file:// we'll be able to use http:// or maybe there is other possibilities that I'm not aware? |
|
I think this also has something to do with our workaround on Windows. Current webview2 binding doesn't expose this method either. |
Looks like it's possible to register a custom protocol with version 1.0774 |
Do you think we should open a PR to webview2 crate to add the binding? Edit: I saw binding are already here and we already use it. So more tests are required by changing the Edit 2: Available since |
Ah sorry I should link the issue instead: MicrosoftEdge/WebView2Feedback#73 Edit: ugh sorry again. It's these issues that should be tracked: MicrosoftEdge/WebView2Feedback#172 / MicrosoftEdge/WebView2Feedback#173 |
Describe the bug
Unable to use history API on windows.
Steps To Reproduce
Expected behavior
Expect no error
Screenshots
Platform and Versions (please complete the following information):
OS: Windows
Rustc: 1.51.0
Would you assign yourself to resolve this bug?
The text was updated successfully, but these errors were encountered: