tg app fix sizes

This commit is contained in:
xds
2025-10-27 21:41:04 +03:00
parent 5da50b1e96
commit 9bb974ce65

View File

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