android - I copy and paste image on EditText, but EditText show me 'obj' -


adding image on edittext works fine. however, copying image problem.

when insert image on edittext using imagespan shows correctly, copy inserted image, edittext shows me 'obj'.

is there know how solve problem?

according documentation clipboardmanager can retrieve text clipboard don't think possible paste image.

you can hook paste edittext using ontextcontextmenuitem() method may possible create imagespan manually don't think there image in clipboard paste.


Comments

Popular posts from this blog

List<T>().Add problem C# -

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -