Hacker News new | ask | show | jobs
by baddox 2481 days ago
> They've probably kept the "long press action" for compat reasons?

I'm not sure what you mean. From what I can tell, they're introducing the long press action all over the OS, to replace Peek and Pop with "context menus". https://developer.apple.com/design/human-interface-guideline...

Previously, they had the long press action in just a few spots for non-3D Touch phones (like on Control Center icons on the iPhone XR).

I've been on the iOS 13 beta for a while now and I vastly prefer the new context menus (although on my iPhone X I can trigger the context menu with either a long press or 3D Touch).

1 comments

To clarify: In order to maintain app compatibility with this ill-advised HW feature that they are now abandoning, they will need to do something. I'm guessing they'll probably translate long press events into force touch events for third party apps. Do you have better intel?
Oh, I see what you mean. I would assume that the Peek menu UI will remain supported, or perhaps there will be a compat library that will port it to the iOS 13 context menus. I'm not sure. I also don't know how it would work if a pre-iOS 13 third-party app implemented both 3D Touch and a long press to do different things on the same UI element.