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
Description
Only on Android, the
Navigatedevent is fired without setting theSourceor whenSourceisnull.Steps to Reproduce
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