Interactive InnovaP logo

This commit is contained in:
2021-09-20 17:20:53 +02:00
parent a7b631231b
commit 59263e8b2d
6 changed files with 42 additions and 11 deletions

View File

@@ -75,7 +75,7 @@ if (window.location.href.includes('credits')) {
}
/**
* Landscape orientation when fullscreen?!
* @todo Reliable check for mobile???
* @todo Reliable check for mobile ('maxTouchPoints' in navigator)???
*/
if ("maxTouchPoints" in navigator) {
document.addEventListener('fullscreenchange', () => {