I'm working on an interface for an application that requires staying on the same page and displaying a new message after submitting a form.
The issue is that mobile browsers will automatically zoom into the input fields (useful) when users are filling out the form but the zoom will then stay at that level after submission when I would want it to return to normal and display the confirmation message at a standard size.
Is there a way to return the browser zoom to normal with JavaScript (not jQuery) without refreshing the page?