문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top