RichEditor icon indicating copy to clipboard operation
RichEditor copied to clipboard

知乎 有道云笔记 编辑 均可实现 The method adopted in this project is to put static web pages into the project, call various rich text editing functions of HTML through interaction between WebView JS an...

Results 25 RichEditor issues
Sort by recently updated
recently updated
newest added

What functional requirements and bugs can you propose? I will add

CommonJs.IMG_CLICK_JS, 请问如何可以改写成对 video 的点击反应?

按照demo快捷和实战都测试了一遍发现快捷可以设置实战设置无效

目前我这边是尝试了,用js捕获div粘贴事件,将获取到的数据进行处理,但是由于js这部分逻辑不是很懂,还请赐教。

1.怎么设置输入提示呢?类似安卓EditText的hint,现在打开默认是空白的,用户要点击RichEditor左上角才会获取焦点 2.字体大小怎么设置都无效, setFontSize和setEditorFontSize也不行, 直接设置 mEditor.setHtml("");也不行

例如:先选定下划线输入几个字,再取消下划线输入几个字,再把这些字全部删除重新输入,还是会显示下划线

webview需要设置getSettings().setAllowFileAccess(true)才行。