Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
Voggi hat gesagt.:Jo, ich weis, was du meinst. Hätte ja sein können.
Geht da nicht irgendwas mit der browscap.ini? Oder lieg ich da jetz völlig falsch?
<html>
<head>
<script language="javascript">
document.location='set_session.php?js=1';
</script>
<meta http-equiv="refresh" content="2; URL=set_session.php?js=0" />
</head>
</html>
$browser = get_browser();
foreach ($browser as $name => $value) {
echo "<b>$name</b> $value <br />\n";
}
max at phpexpert dot de hat gesagt.:26-Mar-2004 04:14
Be aware of the fact that this function shows what a specific browser might be able to show, but NOT what the user has turned on/off.
So maybe this function tells you that the browser is abel to to javascript even when javascript is turned off by the user.
PS: Ups, da hab ich getrödelt und _voodoo war schnellermax at phpexpert dot de
26-Mar-2004 04:14
Be aware of the fact that this function shows what a specific browser might be able to show, but NOT what the user has turned on/off.
So maybe this function tells you that the browser is abel to to javascript even when javascript is turned off by the user.