Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-control: private, no-cache");
header("Expires: Mon, 26 Jun 1997 05:00:00 GMT");
header("Pragma: no-cache");
<meta http-equiv="expires" content="0" />
<meta http-equiv="cache-control" content="no-cache" />
Notfals gibt es auch div. Möglichkeiten. z.b. PHP:
Oder HTML:PHP:header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); header("Cache-control: private, no-cache"); header("Expires: Mon, 26 Jun 1997 05:00:00 GMT"); header("Pragma: no-cache");
Aber das ist auch keine 100% Garantie.HTML:<meta http-equiv="expires" content="0" /> <meta http-equiv="cache-control" content="no-cache" />
Mfg