最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Browser support for Angular material - Stack Overflow

programmeradmin2浏览0评论

I want to use Angular Material for my next projects.

I didn't find any documentation about which browsers it supports. Anyone knows how it internally works and what to expect?

From what I understand flex css attribute, for example not supported by IE<10. Do you know if Angular material, has any fallback design for using without the flex css?

I want to use Angular Material for my next projects. https://material.angularjs.org

I didn't find any documentation about which browsers it supports. Anyone knows how it internally works and what to expect?

From what I understand flex css attribute, for example not supported by IE<10. Do you know if Angular material, has any fallback design for using without the flex css?

http://caniuse.com/#feat=flexbox

Share Improve this question edited Dec 3, 2015 at 16:12 m4n0 32.3k28 gold badges80 silver badges96 bronze badges asked Dec 2, 2015 at 21:00 Aminadav GlickshteinAminadav Glickshtein 24.6k13 gold badges82 silver badges118 bronze badges 1
  • 2 github.com/angular/material/issues/726 – PeeHaa Commented Dec 2, 2015 at 21:04
Add a comment  | 

2 Answers 2

Reset to default 10

As Angular Material uses CSS3 Flexbox, supported browsers are:

  • IE 11+,
  • Chrome,
  • Safari,
  • Firefox,
  • Android 4.2+ and
  • iOS 8+.

More details can be found at angularjs.blogspot.co.uk.

From the official documentation:

Please note that using Angular Material requires the use of Angular 1.3.x or higher. Angular Material is targeted for all browsers with versions n-1; where n is the current browser version.

Also you can find several polyfill to extend the Browser's compatibility reading in their official forum: https://groups.google.com/forum/#!forum/ngmaterial

发布评论

评论列表(0)

  1. 暂无评论