I have an Android tablet with a stylus; I though it would make things easier; alas moving the stylus is interpreted as a scrolling action, not as a drawing action. I understand that in js on html, one can distinguish a pen event from a touch/mouse event by using the pointerType property of the event, so if possible, please change it.
I have an Android tablet with a stylus; I though it would make things easier; alas moving the stylus is interpreted as a scrolling action, not as a drawing action. I understand that in js on html, one can distinguish a pen event from a touch/mouse event by using the pointerType property of the event, so if possible, please change it.