Open Fiqih57 opened 4 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)); };
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
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)); };