The Viewport is working fine on inspect element but checking it on mobile it's not working

Viewed 124

This viewport is working fine in inspect element mobile view, but when I check it on actual phone devices it's not working fine.

Can you please explain what is my problem using that viewport?

<meta name="viewport" content="width=device-width,maximum-scale=1.0,initial-scale=1.0,minimum-scale=1.0,user-scalable=yes">

Or should I use this viewport to fix the display on the physical mobile device?

<meta name="viewport" content="width=device-width, initial-scale=1.0">
0 Answers
Related