Incorrect Viewport Width on Mobile Device

My mobile phone is a Samsung A5 2017, and it has a default portrait screen width of 360px for applications that run on it.

I’ve just run my Wappler based app on it, and the Browser component is returning a viewport width of 980, which is preventing all my responsive features from kicking in for xs screens.

It happens using both Chrome and Samsung’s own browser. I’ve toggled the Desktop Site option and there is no change.

What could the issue be?

The responsive features work okay on my laptop when I reduce the browser window size.

You can click here to view the site…

Best wishes,
Antony.

You are missing (probably you’ve deleted) an important meta tag from your page:

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
1 Like

You Wappler folks rock… Thank you @Teodor!
:guitar: