I have written code in html, css, js.
It works properly on all devices except for ipad.
Emulator for ipad on google chrome shows that it works fine.
But when opened on ipad, the website zooms as soon as the website loads. When clicked on any button on the website, it zooms more.
mentioning the meta tag written in the code:
<meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />