react-native-community / discussions-and-proposals

Discussions and proposal related to the main React Native project
https://facebook.github.io/react-native/
1.64k stars 124 forks source link

Android - Disable context menu for TextInput component #751

Open celestk opened 5 months ago

celestk commented 5 months ago

Introduction

For ios - contextMenuHidden prop has been working perfectly fine for textInput component

For android, there is no straight-forward way to disable this context menu

Details

As above. Many pentesting consultants have advised us to disable copy paste. using Clipboard.setString('') is now triggering this unsightly copy popup on android 13

Discussion points

Are there plans to fix this? or can someone recommend the best way to disable copy paste for android?

tkud04 commented 2 months ago

Co ask?