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}
Try scalesPageToFit={false} more info in here
scalesPageToFit={false}