Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ember.js browser support?

Is there a documented list of desktop browsers and versions which support Ember.js apps? That is, if I say an app developed in Ember.js will support IE 9+, FF 11+, Chrome 17+, Safari 5+, will I be overreaching or underreaching? If support is fluid, what does it depend on?

like image 772
pjmorse Avatar asked Mar 26 '12 14:03

pjmorse


People also ask

Is Ember a JavaScript framework?

Ember. js is a productive, battle-tested JavaScript framework for building modern web applications.

Is Ember a frontend framework?

js vs React is an interesting comparison. Both are popular JavaScript frameworks that are best used for frontend development and for creating attractive user interfaces. The developer community has been highly pleased with these technologies.

What is the use of Ember js?

js is an open-source JavaScript web framework that utilizes a component-service pattern. It allows developers to create scalable single-page web applications by incorporating common idioms, best practices, and patterns from other single-page-app ecosystem patterns into the framework.


2 Answers

When doing new releases we run tests across all platforms available on BrowserStack. We have a couple test failures on some of the older platforms, but in practice they all do work. The biggest concern if you support older versions of IE is performance. However, it should still work properly. It definitely supports all modern browsers and mobile platforms, though built in touch support is limited.

like image 124
Peter Wagenet Avatar answered Oct 05 '22 13:10

Peter Wagenet


It has been announced that Ember 2.0 will support IE9+, and that the 1.13.x series will be the last version to support IE 8.

like image 31
David Gardiner Avatar answered Oct 05 '22 13:10

David Gardiner