Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Fiqih57 opened this issue Oct 20, 2020 · 1 comment
Open

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

Fiqih57 opened this issue Oct 20, 2020 · 1 comment

Comments

@Fiqih57
Copy link

Fiqih57 commented Oct 20, 2020

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));
};

@Fiqih57 Fiqih57 changed the title emoji picker not working in Safari ora other IOS device emoji picker not working in Safari or other IOS device Oct 20, 2020
@rimalmahmoud1998
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants