Filip Wiesner
03/24/2022, 12:01 PMzoomable
modifier which contains a pointerInput
with detectTransformGestures
. It works all fine but now I have to use this modifier
on items inside HorizontalPager
and because (I presume) the pointerInput
consumes all the events, I cannot move the pager.
What I've tried is to dispatch the unused offset (pan with one finger) as a scroll to the pager but I don't know how to handle the fling after the scroll. Is there some way to handle my own fling? Or is there some more simple way to achieve this that I am missing?Albert Chang
03/24/2022, 2:01 PMFilip Wiesner
03/24/2022, 2:06 PMAlbert Chang
03/24/2022, 4:05 PMOverZoomConfig(1f, 1f)
.