-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass the correct URL to Android WebView events
Summary: `WebView.getUrl()` doesn't return the correct value in WebView callbacks (e.g. `onPageFinished`). For example, when navigating to a URL, we report that loading finished, but still with the old URL. This diff fixes that. public Reviewed By: andreicoman11 Differential Revision: D2769597 fb-gh-sync-id: f14bdd405290469ac0a20d0fb89aa2a27d33e758
- Loading branch information
Martin Konicek
authored and
facebook-github-bot-5
committed
Dec 18, 2015
1 parent
85e8a46
commit b436943
Showing
1 changed file
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters