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:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user