From 763b2996d185473c3fd44785494ffc4931d61862 Mon Sep 17 00:00:00 2001 From: sravan Date: Fri, 17 Jul 2026 23:58:42 +0530 Subject: [PATCH] fix(mobile): revert app-breaking interactive edge-back (iOS touchcancel left UI stuck) The finger-follow edge gesture starting at the very left edge collided with iOS's own edge-swipe, which fires touchcancel instead of touchend, so cleanup never ran and .content stayed transformed + chat-dragging stuck on top -> bottom nav hidden and all clicks blocked. Back to the safe release-based swipe (still gets showWelcome's parallax slide). Keyboard --kb inset, #7 no-dance, #8 image swipe kept. Build marker -> 2026-07-17-batch96. Co-Authored-By: Claude Opus 4.8 --- server/public/home.html | 42 ++++++++++++----------------------------- 1 file changed, 12 insertions(+), 30 deletions(-) diff --git a/server/public/home.html b/server/public/home.html index 7c39de2..70b7946 100644 --- a/server/public/home.html +++ b/server/public/home.html @@ -1112,7 +1112,7 @@ -