Skip to content

fix(voice): MicButton inert on iOS WebKit#119

Merged
dimakis merged 1 commit intomainfrom
fix/mic-button-ios-touch
Apr 6, 2026
Merged

fix(voice): MicButton inert on iOS WebKit#119
dimakis merged 1 commit intomainfrom
fix/mic-button-ios-touch

Conversation

@dimakis
Copy link
Copy Markdown
Owner

@dimakis dimakis commented Apr 6, 2026

Summary

  • Adds touch-action: none to MicButton so iOS WebKit (Safari/Chrome) doesn't intercept the touch for scroll gestures before pointer events fire
  • Without this, the push-to-talk button appears but does nothing on iOS

Test plan

  • Open Mitzo on iOS Chrome/Safari, verify mic button responds to press-and-hold
  • Verify desktop behavior unchanged

🤖 Generated with Claude Code

iOS WebKit (Safari and Chrome) intercepts touch events for scroll/gesture
handling before pointer events fire, making the push-to-talk button
completely inert. Adding touch-action: none prevents this.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@dimakis dimakis merged commit 859f3bf into main Apr 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant