sendtion / XRichText

一个Android富文本类库,支持图文混排,支持编辑和预览,支持插入和删除图片。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

et_new_content.insertImage(imagePath);

lucf1103 opened this issue · comments

我看到demo中 的path:
###path=/data/user/0/com.sendtion.xrichtext/cache/image7930311070632810977tmp
是tmp结尾的...我用了别的图片选择框架,传入图片地址是
###path=/storage/emulated/0/PictureSelector/CameraImage/1575017607464.JPEG

这样的,在控件中就显示不出来图片...但图片点击预览的时候又能看到真正的文件,应该改那边呀?

我只是去掉了后缀,以免在相册中显示。图片没显示出来,应该是图片适配器没配置好,用最新版本试试

请问在哪儿配置图片加载器呢?能详细说明一下吗?thx