How to disable zoom on react-native web-view,is there a property like hasZoom={false}(just an example) that can be included in the bel
react-native
web-view
hasZoom={false}
I was able to disable zooming, text selection and other pointer events by wrapping WebView in a View and setting a few props:
WebView
View