-
Notifications
You must be signed in to change notification settings - Fork 11k
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
Mobile Web Browser: Emoji picker is not in viewport when opened (Iphone) #11128
Comments
I have the same problem. if (left + this.width >= window.innerWidth) {
cssProperties.left = left - this.width - windowBorder;
} |
This problem is around quite a while appartenly and it is not only Iphone but all current Browsers on android mobiles as well. |
@zigfighter carried out some extensive testing on latest 0.70.4 and this is still present across browsers. |
@zigfighter @reetp I just opened a fix for this problem #12457 |
@ramrami looking good ! needs to be reviewed |
Description:
Steps to reproduce:
Expected behavior:
Emoji picker is opened
Actual behavior:
Emoji picker is not visible, hidden under left side of the screen
The text was updated successfully, but these errors were encountered: