I see that UIScribbleInteractionDelegate
has scribbleInteraction(_:shouldBeginAt:)
that you can always return false from in order to disable scribble. Is there any way to disable it in a website via javascript or dom attributes?
Disable Scribble in Website
I've tried setting the textfield to readonly which i thought should disable scribble but it still seems to capture all your touch events and kick in scribble
+1