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, WebView2 version is 1.0.2210.55:
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.
Original Comments
Feedback Bot on 12/19/2023, 06:31 PM:
(private comment, text removed)
Ann Yang [MSFT] on 12/19/2023, 10:55 PM:
(private comment, text removed)
G o on 12/20/2023, 01:03 AM:
(private comment, text removed)
Feedback Bot on 12/20/2023, 06:15 PM:
(private comment, text removed)
Original Solutions
(no solutions)
The text was updated successfully, but these errors were encountered:
Having the same problem. I'm using WebView2 through an HybridHandler and the SourceChanged event handler is not called when navigating through the webview
This issue has been moved from a ticket on Developer Community.
[severity:It's more difficult to complete my work]
<Grid.RowDefinitions>
</Grid.RowDefinitions>
private void ChangeUrlButton_Click(object sender, RoutedEventArgs e)
{
MyWebView.Source = new Uri("https://www.yangshipin.cn/#/tv/home?pid=600002513");
}
In my UWP project, WebView2 version is 1.0.2210.55:
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.
Original Comments
Feedback Bot on 12/19/2023, 06:31 PM:
(private comment, text removed)
Ann Yang [MSFT] on 12/19/2023, 10:55 PM:
(private comment, text removed)
G o on 12/20/2023, 01:03 AM:
(private comment, text removed)
Feedback Bot on 12/20/2023, 06:15 PM:
(private comment, text removed)
Original Solutions
(no solutions)
The text was updated successfully, but these errors were encountered: