clipboard
clipboard copied to clipboard
Getting "copied" send to device in android 13
On android 13 at the time of app launch getting copied and send to device toast even if clipboard is empty Following approaches are not working
- Clipboard.setString(')
- Clipboard.setString(null)
- Clipboard.setString(undefined)
I have the same issue. I saw that there is an open PR witch adds clearClipboard
functionality #199.
Maybe that fixes the issue (at least for newer android versions).