usuiat / Zoomable

Jetpack Compose library that enables contents zooming with pinch gesture.
https://usuiat.github.io/Zoomable/
Apache License 2.0
342 stars 16 forks source link

Add zoomEnabled parameter. #159

Closed usuiat closed 6 months ago

usuiat commented 6 months ago

close #151

This PR adds zoomEnabled parameter to Modifier.zoomable(). zoomEnabled controls whether zoom behaviour works with pinch gesture, double-tap, and tap-and-drag. It also controls whether drag gesture works when the content is zoomed. On the other hand, even if zoomEnabled is false onTap and onDoubleTap handler work.