Reputation: 41
I have problem with 3d touch in my angular 6 app. When browsing site on iphone 6 and newer (with newest ios), simple click is not recognized as click. You have to press screen a while in order to click something. On other mobile systems clicks work fine. I think this is related with 3d touch.
I'm using (click)="DoAction()"
for handling clicks.
Is 3dtouch should be handled separately?
Upvotes: 1
Views: 222
Reputation: 534
I think you can use this library in your app and it works fine:
https://pressurejs.com/
Upvotes: 1