Disable scrolling on WebView.

This commit is contained in:
Fan Zhang 2016-03-29 12:03:06 -04:00
parent 47f7d9ab70
commit 1e4623de5a

View File

@ -26,6 +26,7 @@ var Canvas = React.createClass({
underlayColor={'transparent'}
style={this.props.style}
javaScriptEnabled={true}
scrollEnabled={false}
/>
</View>
);