Renat

Results 2 comments of Renat

Already tried that, does not fix the problem. I copied AdvancedWebViewClient to my sources for debug purposes. Turns out that first appearance of old url is in https://github.com/delight-im/Android-AdvancedWebView/blob/master/Source/library/src/main/java/im/delight/android/webview/AdvancedWebView.java#L469 . To...

1) shouldOverrideUrlLoading - is not called for these requests. 2) I had that, but know I don't implement them in my code. Only onPageStarted from AdvancedWebView.Listener. Just FYI this bug...