How to disable 3D Touch / Habtics on WebView for a more native feeling? #4378
Unanswered
mariusbolik
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello together,
I have the following issue: No matter which element you hold pressed, haptic feedback always appears. This makes the user notice that the app is running in a webview. I would like to disable this behavior. I tried setting
allowsLinkPreview
to false in my capacitor.config.json, but it didn't work. Is there any possibility to remove the haptic feedback from the webview?A big thanks to the capacitor team for all the great work!
Best regards,
Marius
Beta Was this translation helpful? Give feedback.
All reactions