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.
sorry, das verstehe ich gerade nicht...
...warum willst du eine Seite per Doppelklick öffnen?
<?php
If (isset($_GET[Link]))
{
If ($_GET[link]==1)
{
echo '<a href="Die/Seite/die/sich/nach/doppelklick/öffnen/soll.html">LINK</a>';
}
}
else
{
echo '<a href="aktuelleSeite.php?link=1>LINK</a>';
}