Asked 7 years ago
15 Sep 2016
Views 992
kord

kord posted

is possible to ionic framework app can run on cordova ?

suppose i made an app for ionic by command


ionic start StudentManager tabs


and it create tab based app

so now i want to run it on cordova .

i have both installed . so is that possible ?
i think it is possible because ionic it self run on cordova so - sarah  
Sep 15 '16 11:55
sachin

sachin
answered May 1 '23 00:00

Ionic framework is built on top of Cordova, so every Ionic app is essentially a Cordova app with additional features and tools. Therefore, it is definitely possible to run an Ionic app on Cordova .

When you build an Ionic app, it creates a Cordova project under the hood and uses the Cordova CLI to build and run the app. You can also use Cordova plugins in an Ionic app to access native device features such as the camera, GPS, and contacts.

In fact, if you have an existing Cordova project, you can even add the Ionic framework to it and take advantage of the additional UI components and features provided by Ionic.
Post Answer