You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to edit entries from a dictionary.
If I set, in my opinion, not very large text, then the editor freezes.
I set the text in this line of code, instead of EXAMPLE.
The file is attached with a large text.
override fun onCreate(savedInstanceState: Bundle?) {
//aztec.sourceEditor?.displayStyledAndFormattedHtml(EXAMPLE)
aztec.sourceEditor?.displayStyledAndFormattedHtml(textFieldValue) //Set my text
I would also like to clarify how to disable the display in the editor, HTML comments?
Such as:
Editor freezes on not very large HTML-text
I need to edit entries from a dictionary.
If I set, in my opinion, not very large text, then the editor freezes.
I set the text in this line of code, instead of EXAMPLE.
The file is attached with a large text.
\app\src\main\kotlin\org\wordpress\aztec\demo\MainActivity.kt
I would also like to clarify how to disable the display in the editor, HTML comments?
Such as:
They are visible, but I do not need it.
The text was updated successfully, but these errors were encountered: