Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Fix WebView Navigated Status Bug In Android #12169

Merged
merged 1 commit into from Oct 23, 2020

Conversation

john-larson
Copy link
Contributor

On Android, Navigated event args contain wrong status of "Failed" when an asset request receives an error even though the page itself is loaded successfully. Instead, OnReceivedError should check if the request url of the OnReceivedError method is equal to the navigated url. (issue #11988)

This PR fixes the issue by adding the necessary url check.

On Android, Navigated event args contain wrong status of "Failed" when an asset request receives an error even though the page itself is loaded successfully. Instead, OnReceivedError should check if the request url of the OnReceivedError method is equal to the navigated url. (issue xamarin#11988)

This PR fixes the issue by adding the necessary url check.
@john-larson
Copy link
Contributor Author

@samhouts @hartez Is there any action required on my part?

Copy link
Member

@rmarinho rmarinho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failing tests not related

@rmarinho rmarinho merged commit 5da210e into xamarin:5.0.0 Oct 23, 2020
vNext+1 (5.0.0) automation moved this from In Review to Done Oct 23, 2020
@samhouts samhouts added this to the 5.0.0 milestone Nov 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants