From 9bb974ce659289e2b2e32964d583e1de7792c6b7 Mon Sep 17 00:00:00 2001 From: xds Date: Mon, 27 Oct 2025 21:41:04 +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 048be87..5012f73 100644 --- a/src/App.vue +++ b/src/App.vue @@ -67,6 +67,7 @@ onMounted(() => { // tgApp.requestFullscreen?.(); tgApp.lockOrientation?.(); tgApp.disableVerticalSwipes() + platform.value = tgApp.platform tgApp.ready(); setupBackButton(); } catch (err) {