I want to know what are requirement to run Ionic hybrid app. How can I determine on what mobile devices it will run. Is it depending on the browser installed on the phone or system version?
If I can recall it correctly requirements are:
Android 4.1 +
iOS 5+
It may work with earlier versions, but you should expect subpar performance.
Next one is browser related. Not every Android version is the same, 4.3 and below should be coupled with a Crosswalk addon. Read more about it here: http://blog.ionic.io/crosswalk-comes-to-ionic/
Thx for answer