In a webpage I use the following markup to solve the initial zoom in mobile browsers:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
But the issue still exists.
Does anyone know how to solve the initial zoom issue in mobile browsers?