The local simulator returns the screen size of my system and not the device. Expecting 240 getting 1920
So conditional css statements do not work @media only screen and (max-device-width: 240px) { }
Cheers
Rylan
The local simulator returns the screen size of my system and not the device. Expecting 240 getting 1920
So conditional css statements do not work @media only screen and (max-device-width: 240px) { }
Cheers
Rylan
Hi,
Unfortunately CSS media queries are not supported in web apps.
Local preview will handle those, as it is essentially a full-fledged WebKit browser meant for debugging, but they are dropped in cloud preview / actual device.
Br,
Ilkka