Capacitor Plugins
Plugins in Capacitor enable JavaScript to interface directly with Native APIs.
๐๏ธ Capacitor Plugins
Capacitor Plugins
๐๏ธ Official Plugins
Capacitor Plugins
๐๏ธ Community Plugins
Capacitor Community Plugins
๐๏ธ Cordova Plugins
Using Cordova Plugins
๐๏ธ Enterprise Plugins
Capacitor offers powerful native features and support for enterprise
Web apps can access the full power of Native APIs with plugins. Plugins wrap common native operations that might use very different APIs across platforms while exposing a consistent, cross-platform API to JavaScript.
Additionally, the plugin capability in Capacitor makes it possible for teams with a mix of traditional native developers and web developers to work together on different parts of the app.
Capacitor automatically generates JavaScript hooks on the client, so most plugins only need to use Swift/Obj-C for iOS and/or Java/Kotlin for Android. Of course, adding custom JavaScript for a plugin is also possible.