argon-design-system icon indicating copy to clipboard operation
argon-design-system copied to clipboard

Browser compatibility

Open willvlad opened this issue 5 years ago • 4 comments

A client needs IE11 compatibility. Tried your live demo page on IE11 - comes out as a blank page. Any thoughts on how to solve the issue?

willvlad avatar Jan 16 '20 19:01 willvlad

Anyone?

willvlad avatar Jan 17 '20 20:01 willvlad

Microsoft is replacing Internet Explorer with the new Microsoft Edge, based on Chromium. The upgrade of all previous installs will happen on its own in a few months/years.

https://microsoft.com/edge

RihanArfan avatar Apr 06 '20 01:04 RihanArfan

Try with

npm i babel-polyfill

in you js file:

import 'babel-polyfill'

its works for me

gmlo89 avatar May 06 '20 02:05 gmlo89

Hi @willvlad,

Thank you for working with our products and sorry for the late response.

Unfortunately we officially aim to support the last two versions of the browsers found here: https://github.com/creativetimofficial/argon-design-system#browser-support.

Thank you, Rares

rarestoma avatar May 06 '20 07:05 rarestoma