I build a standalone web apps for IOS. i notice there are some caching issue which bothering me a lot. I notice sometime the web apps do not hitting my site, lets says "index.php". I observing this by looking at apache log.
I search around and some state that using version number on js and css file. However this method are not working if webapps don't even hit my index page.
Webapps also having some weird behaviour.For example, i add a "alert" when the page is ready. And i add the page to homescreen in webApps mode. I open the webapps and it shows the "alert". After that i remove the "alert" and open webapps again, and it do not show me "alert". However, when i keep testing by pressing iphone "home" and reopen webapps again, it might be 2-3 time out of 10 show me the alert. I got no idea what is happening.
all of these is testing under no cache environment.
Any help? Regard Steven