Answer the question
In order to leave comments, you need to log in
How to fix the cursor in IOS11?
In ios 11, when opening a modal window and typing in text fields, the cursor jumps.
This question was solved by the following:
.show-modal {
overflow: hidden !important;
position: fixed;
width: 100%
}
But now, when the form is opened, the page scrolls to the very top. How to fix?
Answer the question
In order to leave comments, you need to log in
No, it's an ios bug. Here you need to choose one of the two
UPDATE: today ios 11.3 was released - the bug was fixed
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question