jmadler / emoji-picker

Add a slick emoji selector to input fields and textareas on your website.
Other
1.31k stars 318 forks source link

emoji picker not working in Safari or other IOS device #157

Open Fiqih57 opened 3 years ago

Fiqih57 commented 3 years ago

Is my code correct to display emojis on IOS devices? EmojiPicker.prototype.discover = function() { var isiOS; isiOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream; // if (isiOS) { // // return; // } return $(this.options.emojiable_selector).emojiarea($.extend({ emojiPopup: this, norealTime: true }, this.options)); };

rimalmahmoud1998 commented 1 year ago

Still same issue. It's 2023 and still not working on iphones. PS: it's working on safari of mac but not working on the safari browser in iphone