You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling CreateWebViewEnvironment with Options Internal, 'gztime' is defined through CustomsSchemeRegistration. Then, the web page of this protocol is loaded in the webview, and the WebResourceRequested callback is processed to load normally. Then, the TrySuspend function is called on the page, but TrySuspendCompleted cannot be triggered. Loading HTTP URL can be triggered
Importance
Moderate. My app's user experience is affected, but still usable.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
129.0.2792.79
SDK Version
1.0.2792.79
Framework
Win32
Operating System
Windows 10
OS Version
19045.4894
Repro steps
step:
calling CreateWebViewEnvironment with Options Internal, 'gztime' is defined through CustomsSchemeRegistration.
the web page of gztime://index is loaded in the webview, and the WebResourceRequested callback is processed to load normally.
TrySuspend function is called on the page
TrySuspendCompleted cannot be triggered.
excepted:
TrySuspendCompleted trigger
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
No, this never worked
Last working version (if regression)
No response
The text was updated successfully, but these errors were encountered:
Mengdch
changed the title
[Problem/Bug]: Custom Scheme TrySuspend TrySuspendCompleted
[Problem/Bug]: CustomScheme after TrySuspend, TrySuspendCompleted can't trigger
Oct 8, 2024
What happened?
When calling CreateWebViewEnvironment with Options Internal, 'gztime' is defined through CustomsSchemeRegistration. Then, the web page of this protocol is loaded in the webview, and the WebResourceRequested callback is processed to load normally. Then, the TrySuspend function is called on the page, but TrySuspendCompleted cannot be triggered. Loading HTTP URL can be triggered
Importance
Moderate. My app's user experience is affected, but still usable.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
129.0.2792.79
SDK Version
1.0.2792.79
Framework
Win32
Operating System
Windows 10
OS Version
19045.4894
Repro steps
step:
excepted:
TrySuspendCompleted trigger
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
No, this never worked
Last working version (if regression)
No response
The text was updated successfully, but these errors were encountered: