You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On mobile safari on iOS, and no other browser, the 'user-select: none' CSS attribute is interpreted as disabling an element completely. This makes the UI unusable for the device, as text can not be entered into the label textbox and emoji buttons can't be clicked.
I'll make a PR that fixes this.
The text was updated successfully, but these errors were encountered:
Yup looks like its still fixed, sorry it took a while to get back to you.
As an aside, I've started using browserstack to test websites on different platforms and found it very helpful for problems like this. They let you use it for free if you maintain an open source repo, I think your repo would qualify.
On mobile safari on iOS, and no other browser, the 'user-select: none' CSS attribute is interpreted as disabling an element completely. This makes the UI unusable for the device, as text can not be entered into the label textbox and emoji buttons can't be clicked.
I'll make a PR that fixes this.
The text was updated successfully, but these errors were encountered: