wasabeef / richeditor-android

RichEditor for Android is a beautiful Rich Text WYSIWYG Editor for Android.
Apache License 2.0
6.22k stars 1.2k forks source link

Texting in RichEditor with big html laggng #284

Open virovinrom opened 1 year ago

virovinrom commented 1 year ago

I have RichEditor field and it loading html

rischEditText = composeView.findViewById(R.id.compose);
rischEditText.loadCSS("file:///android_asset/style.css");

When user have very big html, and then user start texting in RichEditor, text writing in lag response. Why and how to fix it?