react-native-mathjax
react-native-mathjax copied to clipboard
Stop clipboard
How can i stop copy paste in react-native-mathjax?
ADD pointerEvents="none" prop in View
<View style={{ ...props.style, overflow: "hidden" }} pointerEvents="none"> <AutoHeightWebView scrollEnabled={false} // onMessage={this.handleMessage.bind(this)} source={{ html }} style={{ opacity: 0.99, }} injectedJavaScript={INJECTEDJAVASCRIPT} {...props} /> </View>