I have a Canvas inside of a List. When I start to draw, Swift thinks I'm scrolling and treats drawing gestures as scrolling gestures. How to disable scroll, but keep user interactivity active?
I have a Canvas inside of a List. When I start to draw, Swift thinks I'm scrolling and treats drawing gestures as scrolling gestures. How to disable scroll, but keep user interactivity active?