I recently coded a website using html, css, and js. It seems to work perfectly on all devices except for the iPad. Interestingly, when I use the iPad emulator in Google Chrome, everything appears normal.
However, when I open the website on an actual iPad, it zooms in as soon as the page loads. Even worse, whenever I click on any button on the site, the zoom level increases even more.
Here is the meta tag included in my code:
<meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />