On Mobile Safari, when a select list is on focus, the page is automatically zoomed in. It's not zoomed out when the select list is on blur. How do we zoom it back out? Thanks.
Actually this occurs in later versions of iOS as well. It annoyed me too so I disabled zoom by using maximum-scale=1
. I'm using a jQuery Mobile view anyway so it suited my needs;
eg:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With