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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -