Domanda

I need to identify if a browser supports the AngularJS.

Based on the result, I need to execute logic to call web pages. Old browsers like IE6 and IE7 do not support AngularJS. So one way to identify if a browser supports it, is by detecting the browser version/type, but I am looking for a more generic way to check support.

È stato utile?

Soluzione

From angular's FAQ page

What browsers does Angular work with? We run our extensive test suite against the following browsers: Safari, Chrome, Firefox, Opera, IE8, IE9 and mobile browsers (Android, Chrome Mobile, iOS Safari). See Internet Explorer Compatibility for more details in supporting legacy IE browsers.

And the IE specifics cab be found here

If you'r looking for a angular.is_this_browser_supported() function, i doubt you'll find any.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top