hi! im developing a hosted webapp, my problem is once installed the app doesn't reload the page every time it is launched, i show real-time data so this is useless... i saw other apps like twitter or facebook, they are reloaded each time the app is opened... how do they do that?
i tried with : <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" /> but no luck :-/ any suggestion? regards, Leandro _______________________________________________ dev-webapps mailing list [email protected] https://lists.mozilla.org/listinfo/dev-webapps
