RichEditTextCopyToutiao icon indicating copy to clipboard operation
RichEditTextCopyToutiao copied to clipboard

android高仿今日头条富文本编辑

Results 17 RichEditTextCopyToutiao issues
Sort by recently updated
recently updated
newest added

您好,首先感谢您这个库对我的帮助。 在使用过程中,我发现有一个bug。“图片带中文,会导致pop内的事件无效” eg: ![1](https://user-images.githubusercontent.com/39072748/100496211-4c964b80-318d-11eb-8ae1-f3903521584c.png) 再次点击图片,返回的是这样的一串字符 ![2](https://user-images.githubusercontent.com/39072748/100496281-b7e01d80-318d-11eb-845d-8f0721e56d05.png) 和保存的不一样,导致pop内的操作无效(找不到对应url) 原因是webView 的mResult.getExtra()方法返回的是一串url, ![3](https://user-images.githubusercontent.com/39072748/100496355-684e2180-318e-11eb-8a58-84fbdcf473ad.png) 需要做URLDecoder处理 ![4](https://user-images.githubusercontent.com/39072748/100496392-bcf19c80-318e-11eb-9488-736c8910caeb.png)

demo中存在插入图片后,立即写文字,文字不能输入,关闭软键盘点击其他部分也不能弹出是软件盘,在android6.0.1上面

作者您好,手机是Xiaomi 10 pro,把关于加载图片的功能删去后,为什么点击加粗等图标不能立刻修改图标样式呢?还有就是底部工作栏无法跟随输入法改变高度,相关的代码位于哪里呢?

在写完文章之后,回到文章的头部或者中间,插入图片之后还是滚动到底部,怎么让他滚动到插入图片之后,或者滚动到光标所在的位置呢?