From 5de191f01af0e692c42c6fd9a0efe3c33d89e401 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:41:14 +0900 Subject: [PATCH] wip --- packages/frontend/src/pages/room.vue | 2 ++ packages/frontend/src/pages/world.vue | 2 ++ 2 files changed, 4 insertions(+) diff --git a/packages/frontend/src/pages/room.vue b/packages/frontend/src/pages/room.vue index e449811130..530f7c687d 100644 --- a/packages/frontend/src/pages/room.vue +++ b/packages/frontend/src/pages/room.vue @@ -626,6 +626,7 @@ definePage(() => ({ width: 100%; height: 100%; display: block; + touch-action: none; background: #000; &:focus { @@ -639,6 +640,7 @@ definePage(() => ({ height: 100px; box-sizing: border-box; padding: 8px; + touch-action: none; } .joyStick::before { diff --git a/packages/frontend/src/pages/world.vue b/packages/frontend/src/pages/world.vue index db143158c1..135ab60448 100644 --- a/packages/frontend/src/pages/world.vue +++ b/packages/frontend/src/pages/world.vue @@ -101,6 +101,7 @@ definePage(() => ({ width: 100%; height: 100%; display: block; + touch-action: none; background: #000; &:focus { @@ -114,6 +115,7 @@ definePage(() => ({ height: 100px; box-sizing: border-box; padding: 8px; + touch-action: none; } .joyStick::before {