saket / telephoto

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

Add onDoubleTap callback to ZoomableViewport #2

Closed ZacSweers closed 1 year ago

ZacSweers commented 1 year ago

This allows the consumer to be notified when there's been a double tap event too, allowing them to act on it (such as showing/hiding sys UI bars when zooming in).

ZacSweers commented 1 year ago

Nvm zoom is a better API to accomplish this goal!