Is there any way to disable hapticFeedback in react-native-webview
I have actually found a solution
I did extend react-native-webview and added a custom prop setHapticFeedbackEnabled reference
webview.setHapticFeedbackEnabled(false);
// this is the solution in android;
i have tried many other ways like in html script for window.contextmenu
,long press etc but none worked.