grails-browser-detection
grails-browser-detection copied to clipboard
IE11 is not detected properly.
userAgentIdentService.getBrowserVersion() does not work for IE11, and userAgentIdentService.getBrowser() returns "Mozilla". This is Microsoft's way of making IE pretend to be a browser that doesn't suck, but it would be great if the plugin could be made to detect IE11 properly.
I agree. IE11 uses Trident/ as an identifier now rather than MSIE which it used in the past.