javascript - A way to reset mobile browser zoom onSubmit? -


i'm working on interface application requires staying on same page , displaying new message after submitting form.

the issue mobile browsers automatically zoom input fields (useful) when users filling out form zoom stay @ level after submission when want return normal , display confirmation message @ standard size.

is there way return browser zoom normal javascript (not jquery) without refreshing page?

for safari on mobile cant use maximum-scale=1.0 reset maximum-scale=10.0. make users allowed zoom in x1. reset x10.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -