We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See this forum post on MSDN: https://social.msdn.microsoft.com/Forums/windowsapps/en-US/8c08ecf9-7e70-4e04-9d0b-8ef6ec21e9c4/save-page-state-problem?forum=winappswithcsharp
To fix, unsubscribe to the ScriptNotify event in OnNavigatedFrom()
protected override void OnNavigatedFrom(NavigationEventArgs e) { MyWebView.ScriptNotify -= Handle_ScriptNotify; base.OnNavigatedFrom(e); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See this forum post on MSDN:
https://social.msdn.microsoft.com/Forums/windowsapps/en-US/8c08ecf9-7e70-4e04-9d0b-8ef6ec21e9c4/save-page-state-problem?forum=winappswithcsharp
To fix, unsubscribe to the ScriptNotify event in OnNavigatedFrom()
The text was updated successfully, but these errors were encountered: