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.
setTimeout(function () {
window.scrollTo({ top: 50, left: 0, behavior: "smooth" });
document.getElementsByTagName('body')[0].focus();
}, 5000);
setTimeout(function () {
window.scrollTo({ top: 50, left: 0, behavior: "smooth" });
let body = document.getElementsByTagName('body')[0];
let event = new Event('touchstart');
body.dispatchEvent(event);
}, 5000);
body.requestFullscreen
noch gefunden gehabt und mit eingefügt, aber leider Nein...