cordova-plugin-wkwebview-engine icon indicating copy to clipboard operation
cordova-plugin-wkwebview-engine copied to clipboard

iPhone aka force press aka 3D touch bug

Open gitdisrupt opened this issue 8 years ago • 0 comments

I am seeing the following behavior with regard to tabs, but i would assume this issue might be present elsewhere?

Specific to iPhone models that support force touch, or 3D touch as they call it ... i.e. resulting in events that fire depending on how hard you physically press the screen...

When force pressing a tab the following behavior occurs: — Initial force press displays a popover like preview of the resulting link. — Force pressing further will minimize the app and then redirect the user to the mobile Safari browser and loads the resulting link there instead.

Obviously a quick solution would be to disable force touch for the entire application, but what if we want to implement force touch features into our apps?

gitdisrupt avatar May 19 '17 12:05 gitdisrupt