Exploring Apple's 3D Touch
medium.com
Exploring Apple's 3D Touch
1–10 of 31 posts
Re: Exploring Apple's 3D Touch
#2Re: Exploring Apple's 3D Touch
#3https://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
#4I 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
#5I 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
#6and 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
#7Check it out with an iPhone 6s/6s+ at http://freinbichler.me/apps/3dtouch/
Re: Exploring Apple's 3D Touch
#8I 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.
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
#9I 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 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.