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 scroll gesture propagation parameter #147

Closed usuiat closed 7 months ago

usuiat commented 7 months ago

In this PR I added a new parameter, scrollGesturePropagation to Modifier.zoomable. This is a parameter that specifies when to propagate scroll gesture to the parent Pager composable. In detail, please see README