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?