Hello,
I am trying to do a web application using Javascript and I would like to have a simultaneous touch with my finger and the pencil. The goal is to hold a tool (such as an eraser) with the finger and use that tool with the apple pencil. But, it seems that the default behaviour is to have an exclusive touch. I would like to know if it is possible to disable that in Javascript (as it is possible in swift) ?
Thanks