Prevent zoom in on form focus state for mobile

Hey guys,

My page keeps on zooming in on my phone, when I click one of the form (text input) fields.

I would like to deactivate the zoom in for my phone, when focusing on the form (text input) elements.

Could you please help me with some code?

Thank you,

3 Likes

iOS will zoom in the page if the form field’s font size is less than 16px.

To prevent this, set them to 16px or bigger.

See following articles for more information.

http://stackoverflow.com/q/2989263/584192

http://stackoverflow.com/q/5111964/584192

http://stackoverflow.com/q/4472891/584192

11 Likes

@samliew Thank you so much for your help, and I’m really sorry for the late reply.

I’ve got it fixed following your information!

It’s not exactly well-known. Glad you managed to solve it.

3 Likes