From 5ab10af05919ffda6cefd73ae5fd4660b86bab3f Mon Sep 17 00:00:00 2001 From: tonakc Date: Tue, 1 Mar 2022 13:22:08 +0100 Subject: [PATCH] suppress scrollbars --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 1c5d65c..3dcfa73 100644 --- a/src/index.js +++ b/src/index.js @@ -125,6 +125,7 @@ export class WebView extends Component { width: styleObj && styleObj.width, height: styleObj && styleObj.height, style: StyleSheet.flatten([styles.iframe, scrollEnabled && styles.noScroll, this.props.style]), + scrolling: scrollEnabled ? 'yes' : 'no', allowFullScreen: true, allowpaymentrequest: 'true', frameBorder: '0',