Use of config.xml in ionic project with capacitor

55 Views Asked by At

As you can see in the screenshot below, the content of the file config.xml mentions Cordova but my Ionic project is configured using capacitor.

What is the use of config.xml?

enter image description here

1

There are 1 best solutions below

0
jcesarmobile On

Capacitor includes some files, like the config.xml for the Cordova plugin compatibility. Notice that you also have a capacitor.config.json file, that’s the Capacitor config file.