Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16687cc9 authored by Marcin Kosiba's avatar Marcin Kosiba
Browse files

Update docs to say onPageStarted is not called for fragment navigations.

BUG: 5014122
Change-Id: I264f99cb01496895f5ed77bfb3a5a45329bca53e
parent 7ba4751e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -50,7 +50,9 @@ public class WebViewClient {
     * is called once for each main frame load so a page with iframes or
     * framesets will call onPageStarted one time for the main frame. This also
     * means that onPageStarted will not be called when the contents of an
     * embedded frame changes, i.e. clicking a link whose target is an iframe.
     * embedded frame changes, i.e. clicking a link whose target is an iframe,
     * it will also not be called for fragment navigations (navigations to
     * #fragment_id).
     *
     * @param view The WebView that is initiating the callback.
     * @param url The url to be loaded.