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?
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?

Capacitor includes some files, like the
config.xmlfor the Cordova plugin compatibility. Notice that you also have acapacitor.config.jsonfile, that’s the Capacitor config file.