muicss / mui

Lightweight CSS framework
https://www.muicss.com
Other
4.52k stars 426 forks source link

Mobile Safari incorrectly warns "Your browser does not support WebComponents" #338

Open simonw opened 3 months ago

simonw commented 3 months ago

I got this error in Mobile Safari on this page: https://www.muicss.com/docs/v1/webcomponents/buttons

IMG_9867

Mobile Safari does support WebComponents.

simonw commented 3 months ago

Here's the problem: https://github.com/muicss/mui/blob/d1774138e025f99c870f9dbb556163028cc2d475/build-targets/cdn-webcomponents.js#L11-L14

document.registerElement is obsolete and has been removed from some browsers. The thing to check for instead is window.customElements.

amorey commented 3 months ago

Thanks for the heads up! Will fix asap.