I want to develop a hybrid mobile application and I want to know what is the difference between Cordova and ionic?
相关问题
- Plugin with id 'com.google.gms.google-services
- Should I use CSS3 media queries to deliver differe
- How to pass form data from Ionic 3 to PHP file?
- apk big size with ionic 4 build
- Ionic Spinner not showing up
相关文章
- Could I create “Call” button in HTML 5 IPhone appl
- Ionic 4: Hardware Back Button Reloading Applicatio
- Phonegap - Error - Keystore alias not recognized
- Can't use serve with Cordova / Phonegap hellow
- ionic - Copy/paste in input field in iOS 10 not wo
- PhoneGap iOS 7 and localStorage
- deviceready not firing in cordova
- net::ERR_CONNECTION_REFUSED ionic
I think, Cordova is an open source mobile development framework. It is used by the developers for building cross-platform mobile applications. It has a unique code base. Cordova can be developed with the help of HTML5, JavaScript, and CSS.
Ionic is a framework which is a set of CSS classes and JavaScript library. It is built on the top of Cordova with the help of AngularJS.
PhoneGap is an Adobe product. It is powered by Cordova
PhoneGap is the base, cordova is from Apache which acquired Phonegap. They both are nearly the same now, and ionic is a framework to enhance frontend UI
ionic framework is an open source sdk tools which consists of css templates and javascript libraries mainly angularjs using its directives we write code. But whereas Apsche Cordova is a plattform which acts as an interface for our output view of an application.
Here is an extract from Apache Cordova Wikipedia page, but that is true for PhoneGap and Ionic as well:
All three projects are free and open-source.