Reputation: 101
I have create a webapp that each time I click on on my ios homepage icon It should update with last data so I need that It reload the page. This header tag:
meta name = "apple-mobile-web-app-capable" content = "yes"
works great on my iphone becouse it appears in fullscreen mode. But if I close in background my app and then I reclick on it the page data isn't refreshed. They are old probably cached data. How can I use webapp on home page with reload function each time I click on the icon ?
Upvotes: 0
Views: 100