Mar 29 2021 08:05 AM
Android EDGE not reconize CSS functions min(), max() and clamp(). Reconize calc().
I program a website, to be viewed in Firefox, Chrome and EDGE, and with responsible mode.
I use the min () max () and clamp () functions, with vw, px and _%, in some font-size: or width: css definitions.
All mentioned browsers respond correctly to the expected, on the desktop.
But on mobile, only Android Edge (loaded from the Play Store - Microsoft Edge), does not recognize these features.
A Jsfiddle for testing: //jsfiddle.net/bngaq71y/
in a mobile with Android Edge browser.
Is there a way to solve this little problem?
Thank you
Jorge
Mar 29 2021 12:33 PM
Jan 12 2022 09:53 AM
@msekmfb1 it seems that it is working now with the latest update.
Jan 12 2022 10:37 AM
@GuidoTH
Yes. Is working now.
Thanks.