-
Notifications
You must be signed in to change notification settings - Fork 125
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
Android reveals clipboard sensitive items #189
Comments
|
alternatively just don't use copy to clipboard for passwords |
Thanks for the prompt response. I will do some research and see if I can help improve your great library. FYI, password managers use the clipboard to save the password so you can paste in forms. |
Thanks. (I am using passwords managers since mid 2000s, so yeah they do copy) What I meant was not to use this library to copy passwords. You have to 1. intentionally add a button to copy and 2. click on it to copy value. |
Ah okay, makes sense then 👍 |
On Android, all copies to clipboards are displayed on the screen. If this component is used to copy passwords, they are displayed on the screen, which is not ideal.
Please add the ability to mark content as sensitive so that it does not display what it copied when the component activates.
References:
The text was updated successfully, but these errors were encountered: