Missed the live Ionic Event? Check out all the product announcements, new releases, and more.

DocsPluginsCLI

Configuring Your App

Much of Capacitor is configured per-platform instead of in an abstracted system like Cordova’s config.xml.

Per-platform Management

Capacitor requires you to be more involved in the native project configuration than with Cordova. We think this approach makes it easy to follow existing iOS/Android guides, get help on Stack Overflow, and have complete control over your project.

Additionally, since configuring a Capacitor project is no different from configuring any iOS or Android project, existing native development teams can easily work alongside web developers, with each side using the tools and SDKs they are familiar with. Of course, we believe web developers can handle all the required native configuration on their own, and the Capacitor documentation exists to help web developers do just that.

Common Configuration

Capacitor has some high-level configuration options that are set in the Capacitor configuration file. These generally don’t modify native functionality, but control Capacitor’s tooling.

Native Configuration

iOS and Android each have configuration guides walking through making common changes to their behavior:

Configuring iOS ›

Configuring Android ›

Previous
<- Using Plugins
Next
Upgrading to 3.0 ->
Contribute ->