Hi,

in my App I like to copy a bitmap from an ImageView to the clipboard so 
that I can paste it in the mail app.
The internal Android browser is capable of doing this with : long click > 
copy

I tried solutions with techniques mentioned here : 
http://developer.android.com/guide/topics/text/copy-paste.html
but this not seems to work. It gives me most of the times the text of the 
location of the bitmap
or nothing at all.

It looks like the clipboard is only capable of handling text, so I really 
like to know how they did this
in the browser.

I also tried to use the WebView component, but this also not worked.

Any suggestions?

Dave 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to