stuyam / pressure

:point_down::boom: JavaScript library for handling Force Touch, 3D Touch, and Pointer Pressure.
https://pressurejs.com
MIT License
2.91k stars 98 forks source link

iOS 10 does not work with pressure #34

Closed stuyam closed 7 years ago

stuyam commented 8 years ago

Safari 10 on iOS 10 added the touchforcechange event which will be called every time the force changes from 3D touch, similarly to how the webkitmouseforcechanged event is called on macOS.

Seeing that pressure does not work on iOS 10, I assume that the implementation that worked on iOS 9 has changed and now they only want you to use the touchforcechange event.

I will keep this issue posted on the development of adding iOS 10 support to pressure 😃

stuyam commented 7 years ago

Support added in v2.0.0