Answer the question
In order to leave comments, you need to log in
How to disable zoom when clicking on select on iphone devices?
Actually, when the select tag is clicked, the scale increases, how to make sure that the scale does not increase?
Answer the question
In order to leave comments, you need to log in
Here is the real solution, not the so-called solution from the mentioned link, where it is advised user-scalable=no
# Mobile first
input, textarea, select {
font-size: 16px;
}
# Tablet upwards
@media (min-width: 768px) {
font-size: 14px;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question