Hi,
I'm building a rich text editor with Webview, by setting the contenteditable value to 'true'. To apply format change on a selected text, i'm using the javascript method document.execCommand('commandName');
Everything seems to work perfectly, except the commands undo & redo. When i executed document.execCommand('undo', false, null), nothing happens. I don't know if it is a bug of Webview or something else.
Please help.
Thank you.
I'm building a rich text editor with Webview, by setting the contenteditable value to 'true'. To apply format change on a selected text, i'm using the javascript method document.execCommand('commandName');
Everything seems to work perfectly, except the commands undo & redo. When i executed document.execCommand('undo', false, null), nothing happens. I don't know if it is a bug of Webview or something else.
Please help.
Thank you.