-
-
Notifications
You must be signed in to change notification settings - Fork 168
Copy image to clipboard #380
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
Conversation
It's not Android API dependent. Keyboard needs to support it. |
|
Just to verify this I installed the latest Gboard on the Note8 and it did let me paste an image into Discord so that could be it |
|
Does anyone know an app that supports pasting videos? |
naveensingh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
Decided to go with just disabling it for videos, it seems like nothing supports it at this point in time, even when I changed the ClipData label to |
What is it?
Description of the changes in your PR
*copying an image to the system clipboard seems to be a relatively recent Android addition and will probably only work on newer versions. Unfortunately right now I can't pinpoint which exact versions support it and which don't
Devices I tested this on:
doesn't work, copies the content:// uri as textdoesn't work with the default Samsung keyboard, needs a keyboard that supports images in the clipboard like Gboard)Before/After Screenshots/Screen Record
Fixes the following issue(s)
Acknowledgement