Is there a ready-made `PhotoView` alternative in j...
# compose
u
Is there a ready-made
PhotoView
alternative in jetpack compose? I know there is
transformable
modifier but it needs a lot of work to match
PhotoView
(coercing min max scale, centering scaling around mid point of fingers not middle of screen, double tap to zoom etc)
s
https://github.com/saket/telephoto This is a good one. it also supports proper tiled rendering for efficiently displaying large bitmaps.
☝️ 2
m
There are already some ready to use solutions from the community: https://klibs.io/?query=zooma
u
great, thank you!