react-native-web-community/react-native-web-webview

scrollEnabled is not working

anija opened this issue · 1 comments

anija commented

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',