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

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..
darceyo
2
Not matter if I have
meta name="viewport" content="width=device-width, initial-scale=1.0"
or not, I always have the same issue.
Teller
3
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