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
To fix this problem you should add new letters with numbers (not just numbers) to the end of link like that:
?v1
?x2
?z3
And every time you want to update your script, you should add a different letters and numbers (different letters is required because today many mobile browsers are ignoring all pure numbers in the end of Javascript/CSS link.)