diff --git a/src/App.vue b/src/App.vue index 4b761d7..e3a20cd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -65,6 +65,7 @@ onMounted(() => { tgApp.expand?.(); // tgApp.requestFullscreen?.(); tgApp.lockOrientation?.(); + tgApp.disableVerticalSwipes() tgApp.ready(); setupBackButton(); } catch (err) {