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?