Skip to content

Android WebView Navigated is fired without setting source #29233

@bhavanesh2001

Description

@bhavanesh2001

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

No one assigned

    Labels

    area-controls-webviewWebViews/triagedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions