-
Couldn't load subscription status.
- Fork 62
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- 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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working