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
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)...
The text was updated successfully, but these errors were encountered:
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)...
The text was updated successfully, but these errors were encountered: