Disable Auto Zoom in Input “Text” tag - Safari on iPhone (ok)
https://stackoverflow.com/questions/2989263/disable-auto-zoom-in-input-text-tag-safari-on-iphone
Additionally, the select element needs to have the focus pseudo-class attached.
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
font-size: 16px;
}Hoặc sử dụng nâng cao
PreviousSử dụng thuộc tính attr html && css (ok)NextCSS submit button weird rendering on iPad/iPhone submit color (ok)
Last updated
Was this helpful?