tg app fix sizes

This commit is contained in:
xds
2025-10-27 21:48:00 +03:00
parent b269034b97
commit 76ccf73e09

View File

@@ -64,10 +64,13 @@ onMounted(() => {
if (tgApp) {
try {
tgApp.expand?.();
// tgApp.requestFullscreen?.();
platform.value = tgApp.platform
if (['ios', 'android'].includes(platform.value)) {
tgApp.requestFullscreen?.();
}
tgApp.lockOrientation?.();
tgApp.disableVerticalSwipes()
platform.value = tgApp.platform
tgApp.ready();
setupBackButton();
} catch (err) {