saket / telephoto

Building blocks for designing media experiences in Compose UI
https://saket.github.io/telephoto/
Apache License 2.0
869 stars 28 forks source link

Different double tap/zoom functionality #88

Closed MV-GH closed 1 month ago

MV-GH commented 1 month ago

To allow zooming in a lot, I have set the maxZoomFactor to a high number. As consequence double tap zooms a lot for smaller images. From the feedback that I hear from my users they would like that the double tap, just zooms in incrementally. Instead of going to the max instantly. Rather that it increases the zoom each time by a factor.

Related to #45

context: https://lemmy.one/post/14467374

saket commented 1 month ago

Agree this isn't great right now. Let me merge this with https://github.com/saket/telephoto/issues/32.