-1

I'm a little bit confused about Ionic and Cordova :

Correct me if i'm wrong but both of them allows you to create multi mobile devices projects using web techs (html, css, js). In this case, what is really the difference between those two ?

I'm now asked to use both of them for a project which make my previous statement wrong

I'm really confused, send help ! (i already searched in Google and still didn't understand)

MOTZI
  • 115
  • 1
  • 11

1 Answers1

0

Ionic uses cordova. Also it's built on the top of the Angular framework. It provides you some UI components. But cordova is a bridge for javascript and each native platform for accessing hardware (like camera or any native feature).

You can build your app with or without ionic.

Vahid Najafi
  • 4,654
  • 11
  • 43
  • 88