tg app fix sizes

This commit is contained in:
xds
2025-10-27 18:11:19 +03:00
parent 86ac127ee2
commit 2261c445b4

View File

@@ -65,6 +65,7 @@ onMounted(() => {
tgApp.expand?.();
// tgApp.requestFullscreen?.();
tgApp.lockOrientation?.();
tgApp.disableVerticalSwipes()
tgApp.ready();
setupBackButton();
} catch (err) {