cordova-plugin-3dtouch icon indicating copy to clipboard operation
cordova-plugin-3dtouch copied to clipboard

isAvailable always return false (new iphones)

Open phyr0s opened this issue 5 years ago • 5 comments

On new iphones (like iphone XR, Iphone 11 or Iphone 11 PRO) the plugin return false

ThreeDeeTouch.isAvailable(function (avail) { // always false });

But... is I just call the configureQuickActions works fine, Apple Just remove 3dTouch and replace for Haptic touch // Works Fine --> ThreeDeeTouch.configureQuickActions(MYBUTTONSCONFIG);

So i think that isAvailable method should check if have also haptic response. https://developer.apple.com/documentation/uikit/uiimpactfeedbackgenerator

phyr0s avatar Jan 15 '20 10:01 phyr0s

Looks like this issue is resolved in iOS 14 and not in iOS 13.x.x.

sjnaveenkumar avatar Jul 14 '20 14:07 sjnaveenkumar

Haven't test in ios14, @videmort can you confirm?

EinfachHans avatar Jul 21 '20 20:07 EinfachHans

I have the same Issue with an iPhone 11 with iOS 14.4.

NLueg avatar Mar 19 '21 05:03 NLueg

I have the same issue with iPhone 12 Pro Max on iOS 14.2.2

JoshuaRileyDev avatar Apr 05 '21 17:04 JoshuaRileyDev

我也遇到了同样的问题

Masterxiechengxun avatar Jan 10 '22 05:01 Masterxiechengxun