Android Question Copy bitmap to clipboard

artsoft

Active Member
Licensed User
Longtime User
Hello all!

My app allows to copy some text into the clipboard (BClipboard Lib).
But this lib only allows to handle text data.

Is it basically possible to copy bitmaps to the clipboard under Android or not?
If yes, how to handle this in B4A? Is there a lib for that?

Thanks and best regards
ARTsoft
 

JohnC

Expert
Licensed User
Longtime User
I believe the android clipboard only natively supports text.

EDIT: But I think I read somewhere that android 12 might also start support images.
 
Last edited:
Upvote 0
Top