How can I clear the cache of an IOS Web App on the Homescreen?
问题 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, the Web App's Javascript is still an older cached version. Strangely enough, if I set the meta tag's content to; <meta name="apple-mobile-web-app-capable" content="no" /> ...then add the Web App to the Homescreen, I get the latest version when I launch it. Yet if I set the meta tag to; <meta name="apple-mobile-web-app