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.

@hoangdat hoangdat merged commit 0f30028 into master Oct 15, 2025
23 checks 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.

3 participants