contentco / quill-emoji

Quill module toolbar extension for emoji
275 stars 165 forks source link

textarea-emoji not working properly on ios devices #151

Closed timnaire closed 2 years ago

timnaire commented 2 years ago

textarea-emoji is not outputting any emoji in the editor after selecting/clicking an emoji in ios devices, but works fine with android devices. also toolbar-emoji works fine in both android and ios just fine. only in the textarea-emoji in ios.

can't figure out why as well because its not logging any errors, so any solution for this?

phone used: iphone xs (and other ios device like iphone 11/12/13 etc)

timnaire commented 2 years ago

found the problem, it was caused by the stacking of position in safari browser, the emoji-close-div is blocking the whole page when clicking the textarea-emoji thus closing the textarea-emoji again when selecting instead of the emoji itself.