question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Wrong detection for IE11 & EDGE

See original GitHub issue

For IE11 string (Windows 10) - It says Chrome Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

For EDGE string(Windows 10) - It says Mozilla Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:1
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Lemongrass3110commented, Oct 10, 2016

This issue is possibly also related to issue #116 and pull request #120.

1reaction
danny-wucommented, Jul 28, 2016

I think what @ankitwasankar may be asking is for IE11 on Win 10 to be detected as IE11, and EDGE on Win 10 to be detected as EDGE.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Internet Explorer (IE) mode troubleshooting and FAQ
Troubleshooting guide and FAQ for Microsoft Edge Internet ... We highly recommend setting up IE mode in Microsoft Edge and disabling IE11 ......
Read more >
Wrong detection for IE11 & EDGE · Issue #131 - GitHub
For IE11 string (Windows 10) - It says Chrome Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; ... Wrong detection for IE11 & EDGE #131....
Read more >
How can I detect Internet Explorer (IE) and Microsoft Edge ...
Here is the latest correct way that I know of how to check for IE and Edge: if (/MSIE 10/i.test(navigator.userAgent)) { // This...
Read more >
Microsoft Edge | IE mode troubleshooting tips and tricks
The Internet Explorer (IE) desktop application is retired and out of support as of June 15th, 2022. IE mode provides legacy browser ...
Read more >
How to show an outdated browser alert on Internet Explorer 11
Next, as the title says, here's how to detect an IE 11 browser: ... let isIE11 = (function () { // true on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found