When a user clicks in an input field or textarea, the application zooms in. Is there a simple way to disable it?
Currently have the meta tag:
meta name=\
Isn't this simply a text-size adjust issue?
body{ -webkit-text-size-adjust:none; }