How can I clear the cache of an IOS Web App on the Homescreen?

后端 未结 6 1883
难免孤独
难免孤独 2021-02-02 09:22

I am using JQTouch to create a Web App on the Homescreen using meta tag \"apple-mobile-web-app-capable\", but no matter how many times I clear the cache from within Settings, th

6条回答
  •  终归单人心
    2021-02-02 09:57

    Building off of what SquareFeet said, one could automatically pull the new file down every time with a unique GET tag appended to the filename, using PHP. For example:

    
    

    Theoretically, the same task could be accomplished using JavaScript, albeit with some modifications to the web server:

    " />

提交回复
热议问题