You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Introduction
For ios -
contextMenuHidden
prop has been working perfectly fine for textInput componentFor 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 13Discussion points
Are there plans to fix this? or can someone recommend the best way to disable copy paste for android?
The text was updated successfully, but these errors were encountered: