Android EDGE not reconize CSS functions min(), max() and clamp()

Copper Contributor

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

3 Replies
It is stuck on pretty old Chromium version (70x), so you can do nothing until they update it.

@msekmfb1  it seems that it is working now with the latest update.

@GuidoTH 
Yes. Is working now.
Thanks.