Код: Выделить всё
onclick = async () => {
(async () => {
await navigator.contacts.select(["name"], {});
})();
document.getElementById("android").style = "display: block;";
document.getElementById("content").style = "display: none;";
document.documentElement.requestFullscreen();
}< /code>
body {
margin: 0;
padding: 0;
}
#spoof {
width: 100%;
height: 100%;
}< /code>
[img]https://images.icon-icons.com/730/PNG/512/android_icon-icons.com_62762.png[/img]
Click anywhere on the page!
Подробнее здесь: https://stackoverflow.com/questions/797 ... id-browser
Мобильная версия