S
S
survivor20052019-07-10 17:09:53
iOS
survivor2005, 2019-07-10 17:09:53

Can't enter text in input on iphone?

Guys, tell me please, maybe someone came across, on the iPhone on the site, characters are not entered into the form. I don't understand what to do. Here is the link omilya. ru We press to sign up and it is not possible to enter anything in the form.
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Planet_93, 2019-07-10
@survivor2005

Similar problem here
Cause due to styles:
Type this for input:

input, input:before, input:after {
      -webkit-user-select: initial;
      -khtml-user-select: initial;
      -moz-user-select: initial;
      -ms-user-select: initial;
      user-select: initial;
     }

M
Mikhail Poladov, 2021-03-18
@Mi17

I had this problem, I had it because of position: relative; at the parent block. You may have a different problem, but it's worth a try.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question