Android WebView not loading second page from cache

后端 未结 5 1292

I have an Android app that simply houses a website. I would like the app to cache the pages of the website for offline use.

I\'m doing a simple test to see if the cache

5条回答
  •  走了就别回头了
    2021-02-05 21:23

    Another very flexible and powerful option can be using HTML5 to manage the caching in your app..

    Have a look at http://diveintohtml5.info/offline.html

    You can simply enable caching in your app and manage the caching from the web end itself.

    Best Regards

    Aman Gautam

提交回复
热议问题