I am trying to prevent a phone from zooming in when the user selects an input field. I found this code that says it should be in the header:
< meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,user-scalable=0"/>
However, when I put in the “Script/Meta Tag” box in settings, it appears in the body of the application.
Any idea what is happening?