hey, we have a horizontalpager that contains image...
# compose
a
hey, we have a horizontalpager that contains images that the user can pinch to zoom on or swipe over to view other images. The swipe or zoom would work as youd expect - swipe over to get to next page, pinch to zoom and release to reset back to initial state. When upgrading to compose bom
2023.05.01
, (from
2023.01.00
) we noticed that now all swipe gestures on the horizontalpager no longer get called, and instead the
rememberTransformableState
gesture on the images consumes all events. Anyone else run into this?
e
Its intended behavior. https://issuetracker.google.com/issues/269149850#comment2. If you use the latest Compose, the behavior should be easier to control
a
Woah thank you. That makes bit of sense now.
118 Views