Skip to content
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

Getting "copied" send to device in android 13 #218

Open
pranita-kale-sneo opened this issue Jan 9, 2024 · 3 comments
Open

Getting "copied" send to device in android 13 #218

pranita-kale-sneo opened this issue Jan 9, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@pranita-kale-sneo
Copy link

pranita-kale-sneo commented Jan 9, 2024

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 pranita-kale-sneo added the bug Something isn't working label Jan 9, 2024
@vkourtis
Copy link

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

@mhamza-haneef-infront
Copy link

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 did you use #199 ? Did you fix through that ?

@vkourtis
Copy link

vkourtis commented Oct 2, 2024

@mhamza-haneef-infront unfortunately I haven't tried it, sorry! We did a workaround in our UX so that we don't need to clear the clipboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants