Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop clipboard #52

Open
sundarsharma2018 opened this issue Jul 19, 2022 · 1 comment
Open

Stop clipboard #52

sundarsharma2018 opened this issue Jul 19, 2022 · 1 comment

Comments

@sundarsharma2018
Copy link

How can i stop copy paste in react-native-mathjax?

@SolankiYogesh
Copy link

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}
/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants