Compare commits
2 Commits
03018bb28a
...
51f3f276bc
Author | SHA1 | Date | |
---|---|---|---|
51f3f276bc | |||
39ee99176f |
1
description
Normal file
1
description
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Choose a player by having everyone touch the screen.
|
|
@ -489,6 +489,12 @@ function render() {
|
||||||
requestAnimFrame(animloop);
|
requestAnimFrame(animloop);
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
if(navigator.vibrate) {
|
||||||
|
// Do a vibrate on page load to request vibration permissions in browsers
|
||||||
|
// that show a confirmation dialog for it.
|
||||||
|
navigator.vibrate(1);
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user