Rahul Chandrasekharan
Rahul Chandrasekharan
Hi, I am also facing the same issue. The full screen icon is available on Android devices, however it is hidden for iPhone. Tested on Android (Pixel 6A) and iPhone...
@acwolff Thanks for sharing that information. I wasn't aware about it. 😄
Please check out issue #101 if that might be of help to you.
Via the WYSIWYG editor, you can bind an input event handler to the `contenteditable` div document.getElementById("editor").addEventListener("input", function() { console.log("input event fired"); }, false); [Reference](https://stackoverflow.com/a/1411296/5808894)
Related to on enter key press. A workaround to have `` being inserted instead of `` is to update the change event of the [emojiarea](https://github.com/jmadler/emoji-picker/blob/main/lib/js/jquery.emojiarea.js#L387) and capture the enter event....