react-native-web-webview
react-native-web-webview copied to clipboard
scrollEnabled is not working
Setting scrollEnabled={false} creates an iFrame with scrollbars. It's also impossibile to set the height of the iFrame, it will be always 100%.
the generated iframe should get the attribute scrolling that depends on scrollEnabled (index.js, line 128): scrolling: scrollEnabled ? 'yes' : 'no',