-1

I am developing a cordova app with ionic. I have some drawing functionality using canvas. Is there any way to detect whether user is drawing with finger or a S-Pen(Stylus) provided by samsung with mobile/tablet.

Mayank Kumar
  • 313
  • 2
  • 13

1 Answers1

0

I think you cant, you can only diferenciate between touch events or keyboard/mouse events, so S Pen should trigger the touch ones. The only way is to create a plugin based on the S-Pen SDK provided by Samsung

Víctor
  • 3,029
  • 3
  • 28
  • 43