stuyam/pressure

iOS 10 does not work with pressure

stuyam opened this issue · 1 comments

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 😃

Support added in v2.0.0