[Feature] Drag to zoom #680

Open
opened 2026-02-04 21:53:08 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @bo0tzz on GitHub (Feb 10, 2023).

Originally assigned to: @martyfuhry on GitHub.

Discussed in https://github.com/immich-app/immich/discussions/1712

Originally posted by bo0tzz February 9, 2023

The feature

Double tap on an image, then drag up and down to zoom in and out. Recording: https://put.bo0tzz.me/screen-20230209-231407.mp4

Platform

  • Server
  • Web
  • Mobile
Originally created by @bo0tzz on GitHub (Feb 10, 2023). Originally assigned to: @martyfuhry on GitHub. ### Discussed in https://github.com/immich-app/immich/discussions/1712 <div type='discussions-op-text'> <sup>Originally posted by **bo0tzz** February 9, 2023</sup> ### The feature Double tap on an image, then drag up and down to zoom in and out. Recording: https://put.bo0tzz.me/screen-20230209-231407.mp4 ### Platform - [ ] Server - [ ] Web - [X] Mobile</div>
OVERLORD added the 📱mobilechangelog:enhancement labels 2026-02-04 21:53:08 +03:00
Author
Owner

@martyfuhry commented on GitHub (Feb 10, 2023):

https://github.com/flutter/flutter/pull/109573 This PR added something called TapAndDragGestureRecognizer, which hasn't made its way into stable yet (I don't think). But once it does... I think it may be the correct Gesture Recognizer to use to scale the image like this.

@martyfuhry commented on GitHub (Feb 10, 2023): https://github.com/flutter/flutter/pull/109573 This PR added something called `TapAndDragGestureRecognizer`, which hasn't made its way into `stable` yet (I don't think). But once it does... I think it may be the correct Gesture Recognizer to use to scale the image like this.
Author
Owner

@stephen304 commented on GitHub (Dec 13, 2024):

It looks like the current version of flutter being used in immich now (3.24.5 tagged last month) has those commits, so maybe this is possible now?

@stephen304 commented on GitHub (Dec 13, 2024): It looks like the current version of flutter being used in immich now (3.24.5 tagged last month) has [those commits](https://github.com/flutter/flutter/commit/cd0f15a770992ec41445bd212aac73572c278fd1), so maybe this is possible now?
Author
Owner

@NicholasFlamy commented on GitHub (Feb 25, 2025):

https://github.com/flutter/flutter/pull/149295 might be related.

@NicholasFlamy commented on GitHub (Feb 25, 2025): https://github.com/flutter/flutter/pull/149295 might be related.
Author
Owner

@tapr00t commented on GitHub (Aug 19, 2025):

would like to see this feature still, missing from Android app

@tapr00t commented on GitHub (Aug 19, 2025): would like to see this feature still, missing from Android app
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#680