Remove auto zoom in

Published on: Monday, 05.02.2024

To remove auto zoom in on certain elements when they are in focus add max-scale=1 to your index.html file. This can be useful to avoid unexpected behavior on smaller screens.

 <meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1">