Live data from Hacker News

Exploring Apple's 3D Touch

medium.com

1–10 of 31 posts

Re: Exploring Apple's 3D Touch

#2
I really would like to see google maps to make use of 3d touch to make zooming easier. Moving the finger up/down while pressing would zoom in/out. That would make one-finger usage of the maps so easy.

Re: Exploring Apple's 3D Touch

#3
and to think there was an api to derive pressure from contact size back in 2.0

https://developer.apple.com/library/ios/documentation/UIKit/...

anyone knows any app usage of this? I remember some games had pressure calculated from the accelerometer, don't know if any did use this one instead.

Re: Exploring Apple's 3D Touch

#4
post #2

I really would like to see google maps to make use of 3d touch to make zooming easier. Moving the finger up/down while pressing would zoom in/out. That would make one-finger usage of the maps so easy.

On my Android phone, at least, this can already be achieved with a double-tap of sorts.

Re: Exploring Apple's 3D Touch

#5
post #4
post #2

I really would like to see google maps to make use of 3d touch to make zooming easier. Moving the finger up/down while pressing would zoom in/out. That would make one-finger usage of the maps so easy.

On my Android phone, at least, this can already be achieved with a double-tap of sorts.

Yes, here too. But pressing might be more intuitive then double tapping.

Re: Exploring Apple's 3D Touch

#6

and to think there was an api to derive pressure from contact size back in 2.0 https://developer.apple.com/library/ios/documentation/UIKit/... anyone knows any app usage of this? I remember some games had pressure calculated from the accelerometer, don't know if any did use this one instead.

GarageBand also uses accelerometer data to try get the velocity of taps on drums it works reasonably well, not like 3D Touch of course.

Re: Exploring Apple's 3D Touch

#8
post #2

I really would like to see google maps to make use of 3d touch to make zooming easier. Moving the finger up/down while pressing would zoom in/out. That would make one-finger usage of the maps so easy.

You may already know this but you can double-click, hold and slide up/down on google maps to zoom in and out.

I have the 3D thing on my macbook trackpad (force touch) and I have it turned off. Unfortunately the click on the trackpad is triggered by the same mechanism, which means detection of the click is effectively handled by software.

The net result is that, unless you make distinct actions when moving between a zoom and a click, the OS can't tell when the scroll ends and the click begins. I work in CAD software where it's really common to zoom out and roll straight into the click and drag (pan) but it's an absolute nightmare on this trackpad.

Re: Exploring Apple's 3D Touch

#9
post #8
post #2

I really would like to see google maps to make use of 3d touch to make zooming easier. Moving the finger up/down while pressing would zoom in/out. That would make one-finger usage of the maps so easy.

You may already know this but you can double-click, hold and slide up/down on google maps to zoom in and out. I have the 3D thing on my macbook trackpad (force touch) and I have it turned off. Unfortunately the click on the trackpad is triggered by the same mechanism, which means detection of the click is effectively handled by software. The net result is that, unless you make distinct actions when moving between a z…

The laptop I have right now has a similar pressure sensitive Synaptics ForcePad, and I've never used a more annoying trackpad before. Just simply moving the cursor on the trackpad can be ridiculously error prone, with random clicks triggering whenever you let your guard down and push a little too hard.

The worst part is, I can't even use it as a regular trackpad with tap-to-click only, because the pressure sensitive clicks can't even be completely disabled.

Post reply on HN