You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current image player on v3.0.0-beta1 only supports pinch zooming but not double-tap or tap-and-drag gestures used in other media player or image gallery apps for one-handed operation and accessibility.
Describe the solution you'd like
Double-tapping should zoom in a fixed amount while tap-and-drag should start and adjust zoom depending on the distance dragged.
These zooming gestures can also apply to the video player, which currently does not support zooming at all.
For reference, please see the image and media player implementation in the Sync for Reddit app.
The text was updated successfully, but these errors were encountered:
From what I can find, this isn't yet possible in Flutter.
There is a PR (flutter/flutter#109573) that looks like it adds support for double tap and drag, but it's not merged yet. Once it's merged, I'll try and implement this using those primitives.
Describe the problem that needs solving
The current image player on v3.0.0-beta1 only supports pinch zooming but not double-tap or tap-and-drag gestures used in other media player or image gallery apps for one-handed operation and accessibility.
Describe the solution you'd like
Double-tapping should zoom in a fixed amount while tap-and-drag should start and adjust zoom depending on the distance dragged.
These zooming gestures can also apply to the video player, which currently does not support zooming at all.
For reference, please see the image and media player implementation in the Sync for Reddit app.
The text was updated successfully, but these errors were encountered: