From 2261c445b45b0c240b1453879acc926f19c0dc5a Mon Sep 17 00:00:00 2001 From: xds Date: Mon, 27 Oct 2025 18:11:19 +0300 Subject: [PATCH] tg app fix sizes --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index 4b761d7..e3a20cd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -65,6 +65,7 @@ onMounted(() => { tgApp.expand?.(); // tgApp.requestFullscreen?.(); tgApp.lockOrientation?.(); + tgApp.disableVerticalSwipes() tgApp.ready(); setupBackButton(); } catch (err) {