# Mobile UI zooms undesirably on search

**URL:** https://meta.discourse.org/t/mobile-ui-zooms-undesirably-on-search/115800
**Category:** UX
**Created:** [4월 24, 2019, 7:43오전 UTC](https://meta.discourse.org/t/mobile-ui-zooms-undesirably-on-search/115800 "2019-04-24T07:43:22Z")
**Posts on this page:** 1
**Showing post:** 17

<div class="post-metadata">

### Author: ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)
#### Post date: [4월 24, 2019, 12:48오후 UTC](https://meta.discourse.org/t/mobile-ui-zooms-undesirably-on-search/115800/17 "2019-04-24T12:48:16Z")

</div>

This commit should fix the issue with the search input zoom in iOS: [FIX: disable input zoom on search in iOS · discourse/discourse@a452933 · GitHub](https://github.com/discourse/discourse/commit/a452933071b9ad844b02217619aea1a864a02978)

The intended behaviour is to enable zooming on touch devices, but iOS automatically zooms on inputs with font size set to less than 16px, which is not a very fun experience, so we’ve implemented a workaround to avoid that auto-zoom.

---

_[View the full topic](https://meta.discourse.org/t/mobile-ui-zooms-undesirably-on-search/115800)._
