Mobile UI zooms undesirably on search

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

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.

11 Likes