Fix iOS keyboard activation

- Remove setTimeout which breaks iOS gesture requirement for focus()
- Make textarea full-size overlay with near-zero opacity (iOS needs visible element)
- Remove pointer-events:none and negative z-index that prevented touch
- Use touchend instead of touchstart for more reliable iOS behavior
- Call focus() synchronously within user gesture handler
This commit is contained in:
GitHub Copilot
2026-01-28 07:42:25 +00:00
parent e05c1cd1b4
commit 67b12e5570
2 changed files with 34 additions and 23 deletions
File diff suppressed because one or more lines are too long