clipboard icon indicating copy to clipboard operation
clipboard copied to clipboard

Getting "copied" send to device in android 13

Open pranita-kale-sneo opened this issue 1 year ago • 3 comments

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

  1. Clipboard.setString(')
  2. Clipboard.setString(null)
  3. Clipboard.setString(undefined)

pranita-kale-sneo avatar Jan 09 '24 06:01 pranita-kale-sneo

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).

vkourtis avatar Feb 26 '24 11:02 vkourtis