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

Touch, Pointer and 3D touch events #141

Closed
dylans opened this issue Jan 26, 2017 · 2 comments
Closed

Touch, Pointer and 3D touch events #141

dylans opened this issue Jan 26, 2017 · 2 comments
Assignees
Milestone

Comments

@dylans
Copy link
Member

dylans commented Jan 26, 2017

With native pointer events landing recently in Chrome 55 (and other browsers already), need to make sure we're covered for pointer events.

Also received a request today asking what our plan is for supporting 3D touch events. https://github.com/freinbichler/3d-touch and https://pressurejs.com/ are a few implementations, so it seems possible.

In general, let's look at our strategy around event handlers that are not universally supported and what we should do (for example, we could consider https://github.com/jquery/PEP for pointer events which has been our answer to date)...

@dylans dylans mentioned this issue Feb 1, 2017
@dylans dylans changed the title Pointer and 3D touch events Touch, Pointer and 3D touch events Feb 10, 2017
@dylans
Copy link
Member Author

dylans commented Feb 10, 2017

I think knowing what we're doing around touch and pointer events is something we need to finalize before beta 1, so adding the beta-blocker label.

@matt-gadd
Copy link

closing this a pointer events support is now added. separate issue for 3D touch here: #155

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

No branches or pull requests

2 participants