PhysicsLayout icon indicating copy to clipboard operation
PhysicsLayout copied to clipboard

How to use fling=true in a scrollview?

Open dphillipsprosper opened this issue 6 years ago • 0 comments

I've experimented with a number of different ways to intercept the touch events, but I cannot seem to figure out how to enable fling when the PhysicsFrameLayout is in a NestedScrollView, and be able to drag the views inside it vertically.

I can drag them horizontally fine, but as soon as I start dragging vertically I get an ACTION_CANCEL MotionEvent, and my dragging of the view inside the PhysicsFrameLayout stops.

dphillipsprosper avatar May 16 '18 22:05 dphillipsprosper