in my app i'm using a webview to load a website for mobile devices. I've set up the webview for caching successfully. But if the device is offline and the user wants to visit a page which wasn't visited before it cannot be shown. This is clear because for a non visited page there is no counterpart in the cache. Therefore the webview shows the "Page not available" page.
So to my question:
Is it possible to check if a page exists in the cache before loading it in the webview?
kind regards
Christian