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

On iOS mobile safari the UI is unusable #20

Closed
sabeechen opened this issue Feb 17, 2023 · 3 comments · Fixed by #21
Closed

On iOS mobile safari the UI is unusable #20

sabeechen opened this issue Feb 17, 2023 · 3 comments · Fixed by #21
Milestone

Comments

@sabeechen
Copy link
Contributor

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.

@andreisperid
Copy link
Owner

@sabeechen I've just fixed a small CSS issue where the button labels became selectable (0869f2f).

I've tested on safari (macOS) and it seemed ok, but didn't on iPhone as I don't have one. Can you please check if its alright?

@andreisperid andreisperid reopened this Mar 20, 2023
@sabeechen
Copy link
Contributor Author

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.

@andreisperid
Copy link
Owner

Very cool tip, thank you!

@andreisperid andreisperid added this to the v1.0.1 milestone May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants