Actions
Feature #127
closedSee if there is a way to not include URL redirects in the WebView history.
Start date:
05/02/2017
Due date:
% Done:
0%
Estimated time:
Description
This way the back button would work as expected.
Actions
Added by Soren Stoutner over 7 years ago. Updated over 5 years ago.
0%
Description
This way the back button would work as expected.
It turns out the answer is to return `false` for `shouldOverrideUrlLoading()` as documented in https://developer.android.com/reference/android/webkit/WebViewClient.html#shouldOverrideUrlLoading(android.webkit.WebView, java.lang.String).
Implemented in commit https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=30b6db5cdccb01d98f19b3a6af91d9f8ae1322bf.