I'm developing an SVG sketchpad in HTML5 that works fine with the Apple Pencil (I just read events like it was a mouse). The only problem is that the pencil sometimes triggers Apple Scribble which kind of interferes and offers its own behavior. I don't need to turn it off everywhere in my app, just when the user interacts with the sketch pad part. Is there a special touch-action parameter, or some secret combination of event.preventDefault()?
2.1m questions
2.1m answers
60 comments
57.0k users