You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apple Pencil doesn’t work with the demos for some reason. Pencil works just like a finger in Safari so this seems to be ignoring some input events.
Not a high priority issue by any means but would be nice to have this working at some point because many people use Pencil with bigger iPads as a general purpose pointer and page or app that doesn’t work with it is a bit frustrating experience.
The text was updated successfully, but these errors were encountered:
mjp0
changed the title
Apple Pencil not working
Apple Pencil not working with the demos
May 20, 2018
Huh that's interesting, for input handling I decided to go with Pointer Events instead of manually normalizing all the different input events, and that should theoretically handle stylus input. I know that Safari doesn't support them natively yet so PEP has to be used, maybe that's a bug in their polyfill?
Apple Pencil doesn’t work with the demos for some reason. Pencil works just like a finger in Safari so this seems to be ignoring some input events.
Not a high priority issue by any means but would be nice to have this working at some point because many people use Pencil with bigger iPads as a general purpose pointer and page or app that doesn’t work with it is a bit frustrating experience.
The text was updated successfully, but these errors were encountered: