V
V
Valery Serov2016-03-16 22:48:33
css
Valery Serov, 2016-03-16 22:48:33

How to remove autoscroll and zoom in safari on iphone with input focus?

How to remove autoscroll and zoom in safari on iphone with input focus?
When focusing on the input, scrolling breaks the layout, what should I do?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim Gatilin, 2016-03-17
@gatilin222

What if you try -webkit-appearance: none; for input?

D
Dmitry Zelenov, 2016-09-10
@artvento

This is the option offered here :

input[type='text'],
textarea {
    font-size: 16px;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question