How to use a DrawingView inside a scrollable layout, in .NET MAUI
If DrawingView is wrapped in a scrollable container on iOS, touch gestures can be delayed or captured by the scroll view.
This post shows how to disable the iOS touch delay to restore smooth drawing interactions.