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

Line elem doesn't work on IOS #1

Open
chromalchemy opened this issue Jul 2, 2017 · 1 comment
Open

Line elem doesn't work on IOS #1

chromalchemy opened this issue Jul 2, 2017 · 1 comment

Comments

@chromalchemy
Copy link

chromalchemy commented Jul 2, 2017

I can focus on the form field, keyboard pops up, but no input appears in field, or shows up on "submit"

Using IOS 9.3.5
Behavior is the same in Mobile Safari and Chrome

I am running UI 0.3.0 and Hoplon 7.0.2, but this has been the case for awhile

@jumblerg
Copy link
Owner

jumblerg commented Jul 7, 2018

i believe all of the browsers on ios are just wrappers around webkit. this bug exists in all safaris everywhere.

it is caused by the fact that safari is setting the -webkitUserSelect style property to none when the page loads, even through this property is set by the same mechanism on all other browsers, where it is properly set to text. curiously, when the page is auto reloaded on safari, it disappears.

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