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
I built WebView2APISamples demo and copied it to another computer run. However, I found that the demo crashed.
After Anlayze, I discovered that a mismatch in ICoreWebView2CustomSchemeRegistration.SetAllowedOrigins offset cause the issue.
The source computer Edge WebView version is :135.0.3179.85 and the crashed computer Edge WebView version is: 103.0.1264.77
How can I change the version of WebViewLoader2 that WebView2APISample depends on ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I built WebView2APISamples demo and copied it to another computer run. However, I found that the demo crashed.
After Anlayze, I discovered that a mismatch in ICoreWebView2CustomSchemeRegistration.SetAllowedOrigins offset cause the issue.
The source computer Edge WebView version is :135.0.3179.85
and the crashed computer Edge WebView version is: 103.0.1264.77
How can I change the version of WebViewLoader2 that WebView2APISample depends on ?
The text was updated successfully, but these errors were encountered: