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' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -