Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.47 KB

native.md

File metadata and controls

32 lines (24 loc) · 1.47 KB
title hide_table_of_contents
Capacitor
true

import DocsCard from '@components/global/DocsCard'; import DocsCards from '@components/global/DocsCards';

import NativeEnterpriseCard from '@components/page/native/NativeEnterpriseCard';

<title>Native APIs: Open-Source Native Device Plugins and Integrations</title> <style>{` :root { --doc-item-container-width: 60rem; } `}</style>

Add native functionality to your app with Capacitor, a native runtime built by the Ionic team. Install the core packages and easily add them to your project. Capacitor has a wide range of capabilities that developers can use to access features like the device file system, camera, and native location services. All of this is powered by a unified TypeScript API that automatically handles platform differences.

While the core features of Capacitor are free and open source, some enterprises might find themselves needing more features or custom third-party integrations. If you need such additional features, check out the Ionic Enterprise SDK.

Looking for older Cordova plugins? Visit their new home at Awesome Cordova Plugins.