Is it possible to detect if Android webview's goBack() will load content from cache? -


i'm having issue android webview's goback() not sending custom request headers , cookies. i'm trying fix reloading whole page on goback(), should done when goback() not going load content cache. there way programmatically detect webview's goback() going load content cache or not. thanks.

if load isn't cache, go through webviewclient.shouldinterceptrequest. note in case of goback, shouldoverrideurlloading not called, not called navigations started via java api calls.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -