How can I clear the appcache on the Google Chrome iPad app?
Posted
by
Jannis
on Stack Overflow
See other posts from Stack Overflow
or by Jannis
Published on 2012-11-10T04:55:59Z
Indexed on
2012/11/10
4:59 UTC
Read the original article
Hit count: 203
I've written a little HTML5 based web app that I am trying to debug on the iPad using the Chrome for iPad app.
I have added a cache.manifest
file to my app which has some heavy caching in it of most static resources however since I am now wanting to debug the app I need a way to clear this cache.
I know that on Chrome for Mac you can use: chrome://appcache-internals/
however this page does not exist in the iPad app of Chrome.
The regular "Clear Browsing Data" does not empty the appcache —at least not in my case.
Does anyone know how I can clear the appcache for the Chrome iPad app?
© Stack Overflow or respective owner