Mobile Web App not clearing cache properly

后端 未结 10 715
醉酒成梦
醉酒成梦 2020-12-13 06:29

I\'ve been developing a mobile web app for iPad and I\'ve been running into an issue while testing my code.

Occasionally, and seemingly at random, the iPad will st

10条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-13 07:11

    I had the exact same problem.

    I tried the different suggestions here, and added cache control with no luck. I tried renaming the file that refused to update, no luck. I tried adding a cache manifest (I had one before, but removed it), no luck. And I tried all the usual things: delete app, clear cache, reboot, reinstall app, no luck.

    The only thing that worked for me, was to rename the virtual directory on my web server. This might not be a viable solution for everyone, but luckily for, this was not really a problem, as I'm testing using a local IIS server.

提交回复
热议问题