Math functions is not working on Android at all

Hi, I’m trying to scale my “page“ container using this variable:
–-page-scale: min(1, calc(100dvh / 800px));

image
On PC it looks perfect but on my Android it is not working at all.
I think that calc, clamp and other functions is not working.

I want to know what is wrong and how to fix that..

Not matter if I have
meta name="viewport" content="width=device-width, initial-scale=1.0"
or not, I always have the same issue.

Hi @darceyo

Backup the file, then work on debugging the issue.

Take a look at what information Dev Tools can give you.

Then remove the media query.

Check you have a .Menu-UI_page class.

Happy coding