-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
area-controls-webviewWebViewWebViews/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Description
Description
Only on Android, the Navigated event is fired without setting the Source or when Source is null.
Steps to Reproduce
<VerticalStackLayout>
<WebView Navigated="WebView_Navigated"/>
</VerticalStackLayout>private async void WebView_Navigated(object sender, WebNavigatedEventArgs e)
{
await DisplayAlert("Alert","Navigated is fired","cancel");
}Link to public reproduction project repository
No response
Version with bug
9.0.60 SR6
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
Metadata
Metadata
Assignees
Labels
area-controls-webviewWebViewWebViews/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working