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.
Weißt du eigentlich, was du da für Scripte vewendest?Object.prototype.popmethode = function(url, winName, w, h, toolbar, location, directories, status, menubar, scrollbars, resizable) {
getURL("javascript:newwin = window.open('"+url+"','"+winName+"','"+"width="+w+",height="+h+",toolbar="+toolbar+",location="+location+",directories="+directories+",status="+status+",menubar="+menubar+",scrollbars="+scrollbars+",resizable="+resizable+",top='+((screen.height/2)-("+h/1.5+"))+',screenY='+((screen.height/2)-("+h/1.5+"))+',left='+((screen.width/2)-("+w/2+"))+',screenX='+((screen.width/2)-("+w/2+"))+'"+"');setTimeout('newwin.focus();',900);void(0);");
};
}
und das auf der Schaltfläche:
on (press) {
getURL("javascript:window.open('inflows. html','inflows','toolbar=0,menubar=0,location=0,status=0,scrollbars=0,resizable=0,width=800,height=3
00');");
}
on (press) {
getURL("javascript:window.open('film.swf','inflows','toolbar=0,menubar=0,location=0,status=0,scrollbars=0,resizable=0,width=800,height=30'));
}