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

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -