You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was assigned to false by default on Android (different from react-native-webview), when scalesPageToFit was assigned to true, it will apply page scale to size directly instead of using viewport meta script.
zoomable prop now only works on iOS when scalesPageToFit was false, in other conditions, you can use your own custom scripts to create viewport meta to disable zooming.