Hacker News new | ask | show | jobs
by OldSchoolJohnny 3910 days ago
How does pressure sensitive touch essentially differ from a long touch?
3 comments

A long press is a function of time: "How long has the user pressed?"

3D Touch is a function of pressure: "How hard has the user pressed?"

In practice, things that your application previously accomplished with long presses may be more suitably accomplished with 3D Touch — things like contextual menus or shortcuts come to mind. Additionally, iOS has new APIs for presenting content using 3D Touch. The article briefly references them.

Er, you press harder? A long touch is already a recognised gesture(1).

(1) https://developer.apple.com/library/prerelease/ios/documenta...

Well... there's pressure