ngx-responsive icon indicating copy to clipboard operation
ngx-responsive copied to clipboard

Cannot detect Edge (IE12?)

Open hanvyj opened this issue 7 years ago • 1 comments

I'm unable to get the Microsoft Edge to be detected (presumably this is what's refereed to as IE12?)

Neither *isIE12 or *hideIEVersion="['ie 11']" etc function and Edge browser acts as IE11.

I'd be interested if someone else could try it and see if it's reproducible.

hanvyj avatar Oct 05 '17 22:10 hanvyj

Edge is also not working for me either, for example, if use the code below on edge the *isIE check does not display

<p *isChrome>I'll show you if I'm a Chrome Browser.</p>
<p *isFirefox>I'll show you if I'm a Firefox Browser.</p>
<p *isSafari>I'll show you if I'm a Safari Browser.</p>
<p *isOpera>I'll show you if I'm a Opera Browser.</p>
<p *isIE>I'll show you if I'm a Internet Explorer Browser.</p>

jculverwell avatar Nov 16 '17 23:11 jculverwell