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
In my UWP project:
WebView Source 01 navigate To WebView Source 02, The ChangeUrlButton must be clicked twice, MyWebView Control will only navigate to a new page. The first click of the ChangeUrlButton will not cause any changes to the page.
What happened?
In my UWP project:
WebView Source 01 navigate To WebView Source 02, The ChangeUrlButton must be clicked twice, MyWebView Control will only navigate to a new page. The first click of the ChangeUrlButton will not cause any changes to the page.
WebView Source 01 is https://www.yangshipin.cn/#/tv/home?pid=600002475;
WebView Source 02 is https://www.yangshipin.cn/#/tv/home?pid=600002513;
Importance
Important. My app's user experience is significantly compromised.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
120.0.2210.77
SDK Version
1.0.2210.55
Framework
WinUI2/UWP
Operating System
Windows 11, Xbox
OS Version
No response
Repro steps
private void ChangeUrlButton_Click(object sender, RoutedEventArgs e)
{
MyWebView.Source = new Uri(“https://www.yangshipin.cn/#/tv/home?pid=600002513”);
}
Repros in Edge Browser
No
Regression
Don't know
Last working version (if regression)
No response
The text was updated successfully, but these errors were encountered: