Unable to view ion-icons on MS-Edge

Hi,

I am currently developing a UWP and ion-icons don’t appear on ms-edge, although they do appear on chrome (when serving).

Any ideas?

Cordova CLI: 6.3.0
Ionic Framework Version: 2.0.0-rc.4
Ionic CLI Version: 2.1.12
Ionic App Lib Version: 2.1.7
Ionic App Scripts Version: 0.0.45

This was posted as an issue but I am unable to replicate this.

Can you share some code as to what you are trying to do?

resolved.
I was using css property content:url(…) for custom icons.
edge doesn’t support this, I used before selector instead and assigned the content there.