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
Post a Comment