lucasferreira / react-native-webview-android

Simple React Native Android module to use Android's WebView inside your app
355 stars 158 forks source link

Gestures to zoom not working #121

Closed splsylp closed 5 years ago

splsylp commented 5 years ago

Not working with gestures to zoom webview page, but it's ok on react-native-webview, why?

splsylp commented 5 years ago

I didn't read the document carefully,It needs to add the code: builtInZoomControls={true}