-
Notifications
You must be signed in to change notification settings - Fork 54
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
[Problem/Bug]: sessionStorage is being blocked #4864
Comments
We have the same issue with our application. We changed back to using google version 3.57 and it works; however, this version is going to be removed shortly. *in looking at this again, the sessionblocking may not be the issue as this did not change in the version of 3.57 |
This is currently impacting thousands of our customers so a solution would be greatly appreciated. Not sure why this being blocked. |
What is |
I downgraded google maps javascript to version 3.56 (https://developers.google.com/maps/documentation/javascript/versions) for a work around for now. It looks like version 3.57 works also but 3.58 does not. |
Looks like this might not be a regression on WebView2's side? Closing this issue unless you have a reason to believe otherwise |
I think it was an actual issue with google maps, they seemed to have fixed it here: https://developers.google.com/maps/documentation/javascript/releases#2024-10-24 |
What happened?
Google maps is no longer working because its trying to set a sessionStorage variable but WebView2 seems to be blocking it.
Importance
Important. My app's user experience is significantly compromised.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
No response
SDK Version
1.0.2792.45
Framework
Winforms
Operating System
Windows 10
OS Version
22H2
Repro steps
I can reproduce the issue when I use the html from https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_win_sessionstorage
and NavigateToString.
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
Don't know
Last working version (if regression)
No response
The text was updated successfully, but these errors were encountered: