DEV Community

Discussion on: How exactly is ionic/capacitor is different from cordova?

Collapse
 
quinncuatro profile image
Henry Quinn

Disclaimer: It's been a minute since I last looked into this.

I believe Cordova just wraps your code in a web-viewer-within-a-mobile-app.

I think Ionic actually handles taking your JS code and translating it to mobile OS specific API's to make it appear a little more "native."