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) {