How to remove auto focus/zoom on input fields

I’m building a web app (for mobile) and I want to prevent the auto-zoom that occurs when a user taps into an input field. Is there a way to disable this?

Below are the initial state when the user loads the screen and then the zoomed state when a user clicks into an input field.

initial state|278x499

zoomed|278x499

1 Like

Hello @rob12

Check this box in settings/general:

5 Likes

To prevent auto zoom use font size 16 or bigger

4 Likes

Ah, awesome. Thanks!

I do think the font size needs to be bigger; thanks!