What is the difference between PhoneGap, Cordova, and Ionic?

Member

by adolf , in category: Technology , 3 years ago

What is the difference between PhoneGap, Cordova, and Ionic?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by braeden , 3 years ago
  • Cordova: Cordova is a JavaScript framework that builds apps, which can access the device hardware. Cordova cannot build UI interactions of mobile apps because it uses HTML5, CSS6, Sencha to build UI. However, it complements other web technologies used to develop mobile apps. Cordova is also known as Apache Cordova.
  • PhoneGap: PhoneGap is a framework developed by Adobe Systems. It is used for developing mobile applications and can be used by anyone with the knowledge of CSS, HTML, JScript. PhoneGap is a propitiatory version of Apache Cordova and provides extra features apart from the existing Cordova.
  • IONIC: IONIC framework is used to build cross-platform mobile apps using web technologies like CSS, HTML. Released in 2013, it was built on top of Angular JS and Apache Cordova.