Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple Pencil not working with the demos #33

Open
mjp0 opened this issue May 20, 2018 · 2 comments
Open

Apple Pencil not working with the demos #33

mjp0 opened this issue May 20, 2018 · 2 comments
Labels

Comments

@mjp0
Copy link

mjp0 commented May 20, 2018

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.

@mjp0 mjp0 changed the title Apple Pencil not working Apple Pencil not working with the demos May 20, 2018
@vincentriemer
Copy link
Owner

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?

@mjp0
Copy link
Author

mjp0 commented May 21, 2018

There seems to be some discussion in PEP's issues jquery-archive/PEP#342

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants