Skip to content

Conversation

dab246
Copy link
Member

@dab246 dab246 commented Oct 3, 2025

Issue

#4084

Root cause

On mobile browsers, scrolling is performed via touch gestures rather than mouse wheel events.
Since browsers do not emit wheel events during touch-based scrolling, Flutter does not receive scroll input, and the ScrollController is not updated automatically.

Solution

Capture touch events inside the iframe by touchstart, touchmove and touchend

Resolved

  • Mobile:
Screen.Recording.2025-10-03.at.1.46.18.PM.mov
  • Tablet:
Screen.Recording.2025-10-03.at.1.48.22.PM.mov

Copy link

github-actions bot commented Oct 3, 2025

This PR has been deployed to https://linagora.github.io/tmail-flutter/4085.

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