Steps to reproduce:
Open the region selector while on the search results page.
Expected behavior:
Safari shouldn’t zoom in on the region selector input field.
Debug info:
Latest Safari/iOS
Solution:
This is a common issue with focus and Safari. Here’s a stackoverflow question about it.
According to the answer above, the solution should be to include maximum-scale=1
in the viewport meta tag. Something like this:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
Image/Video: