iOS will "zoom" the page in when selecting an <input /> or <textarea /> with a font size less than 16. This "breaks" the layout and leads to a suboptimal experience. Also, small font sizes are hard to read for many users, so it's not the best UX anyway.
iOS will "zoom" the page in when selecting an
<input />or<textarea />with a font size less than 16. This "breaks" the layout and leads to a suboptimal experience. Also, small font sizes are hard to read for many users, so it's not the best UX anyway.