fix: prevent mobile viewport scaling, keyboard pushes content up
Add maximum-scale=1.0, user-scalable=no, interactive-widget=resizes-content to viewport meta for proper mobile keyboard behavior. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -20,7 +20,7 @@ After getting Claude Max OAuth working on the live server, hardening the deploy
|
||||
- **Change**: On mobile (`md:hidden`), move close pill to bottom-center using `useMobileBackButton` composable. Hide top-right pill on mobile (`hidden md:flex`). Add a second close button at bottom that's thumb-reachable.
|
||||
- **Verify**: Mobile: close button at bottom (easy reach). Desktop: pill at top-right unchanged.
|
||||
|
||||
### Task 3: Mobile viewport scaling fix
|
||||
### Task 3: Mobile viewport scaling fix [DONE]
|
||||
- **Files**: `neode-ui/index.html`
|
||||
- **Change**: Update viewport meta to: `width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover, interactive-widget=resizes-content`
|
||||
- **Verify**: On phone, keyboard pushes content up rather than scaling/shrinking the page
|
||||
|
||||
Reference in New Issue
Block a user