From 6b77021ebfdb71305a97a328c443bda78420f639 Mon Sep 17 00:00:00 2001 From: Vaclav Siml Date: Thu, 23 Feb 2023 22:01:19 +0100 Subject: [PATCH] On key press fullscreen --- ui/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/index.html b/ui/index.html index 4a93006..021827a 100644 --- a/ui/index.html +++ b/ui/index.html @@ -83,6 +83,7 @@ i = i-3; prvnihra[i].focus(); } + document.body.requestFullscreen(); })