Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
// Here resize the PopUp
var popUpSizeX=250;
var popUpSizeY=200;
// Here move it to any poiny on screen
var popUpLocationX=25;
var popUpLocationY=02;
// URL of the popUp
var popUpURL="popup.php";
// Here resize the PopUp
var popUpSizeX=250;
var popUpSizeY=200;
// Here move it to any poiny on screen
ScreenWidth = screen.width;
ScreenHeight = screen.height;
var popUpLocationX= (ScreenWidth/2)-(popUpSizeX/2);
var popUpLocationY=(ScreenHeight/2)-(popUpSizeY/2);
// URL of the popUp
var popUpURL="popup.php";
@ turbolarsen - er is noch net fertig...das du jetzt mindesten aller 2 tage hier reinpostest bis du das verdammt projekt mit dem nachschreiben von xp als homepage oder sowas fertig hast.