Initially, this is how Chrome Dev Tools displayed it to me;
https://i.sstatic.net/9ZyHb.png
It appeared normal and responsive, but when I shared it with my friends, they showed me this instead;
https://i.sstatic.net/W0Hk9m.jpg
It looks completely different from what I see on my phone or in Chrome Dev Tools. This discrepancy only occurs on iPhones. I have included this code in index.html as well;
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
I even had my friend download Chrome, but the issue persists.