mirror of
https://github.com/status-im/react-native-qrcode.git
synced 2025-02-02 13:53:48 +00:00
Disable scrolling on WebView.
This commit is contained in:
parent
47f7d9ab70
commit
1e4623de5a
@ -26,6 +26,7 @@ var Canvas = React.createClass({
|
||||
underlayColor={'transparent'}
|
||||
style={this.props.style}
|
||||
javaScriptEnabled={true}
|
||||
scrollEnabled={false}
|
||||
/>
|
||||
</View>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user