Ionic framework, for which platforms compiles ?

Asked

Viewed 389 times

0

For which platforms does the Ionic framework compile ? and the end result is a native app or a web app that runs on platforms ?

1 answer

3

The end result is a hybrid application. Basically webviews running your app. And the supported platforms are iOS and Android.

Documentation http://ionicframework.com/docs/guide/preface.html:

With Ionic, we Wanted to build an HTML5 mobile Development framework that was focused on Native or Hybrid apps Instead of mobile websites, Since we felt there Were Great tools already for mobile website Development. So Ionic apps aren’t Meant to be run in a mobile browser app like Chrome or Safari, but rather the low-level browser shell like iOS’s Uiwebview or Android’s Webview, which are Wrapped by tools like Cordova/Phonegap.

What is Ionic, and Where does it fit?

Ionic is an HTML5 mobile app Development framework Targeted at building Hybrid mobile apps. Hybrid apps are essentially small websites running in a browser shell in an app that have access to the Native Platform layer. Hybrid apps have Many Benefits over Pure Native apps, specifically in Terms of Platform support, speed of Development, and access to 3rd party code.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.