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
If I copied data from note or some other applications, I can't get the correct format when I paste it. Could you help me please if you have a time to explain?
Thanks.
The text was updated successfully, but these errors were encountered:
When pasting content to the editor, the editor's onTextChanged method will be triggered, so I think you need to parse the pasted content from html into Spannable (using Html.fromHtml(html) ), then update the editor with the result.
I am not 100% sure about this but it worths a try.
Hi,
If I copied data from note or some other applications, I can't get the correct format when I paste it. Could you help me please if you have a time to explain?
Thanks.
The text was updated successfully, but these errors were encountered: