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
Post a Comment