DedrisFrameworkDedrisFramework
Plugins

Native power, one plugin away

Cordova plugins bridge your web code to the device's native APIs. We curate a directory of plugins that are actively maintained, so you can add camera, geolocation, storage and more with confidence.

terminal
# Add any plugin to your project
cordova plugin add <plugin-name>
📷

Camera →

Capture photos or pick images from the device gallery.

cordova-plugin-camera  â— Docs
📍

Geolocation →

Read the device's GPS coordinates and watch position changes.

cordova-plugin-geolocation  â— Docs
🔔

Push Notifications →

Zero-config FCM & APNs push — you only write JavaScript.

cordova-plugin-push-notification-v2026  â— Docs
💾

SQLite Storage →

Persist data locally in a real SQLite database with transactions.

cordova-sqlite-storage  â— Docs
đŸ“ļ

Network Information →

Detect connection type and online/offline state changes.

cordova-plugin-network-information  â— Docs
🔋

Battery Status →

React to charge level and charging state with battery events.

cordova-plugin-battery-status  â— Docs
📲

Device →

Access device model, platform and OS version at runtime.

cordova-plugin-device  â— Docs
📂

File System →

Read and write files in the device's sandboxed storage.

cordova-plugin-file  â— Docs
đŸ”Ļ

1D Barcode Scanner →

Scan 1D linear barcodes (EAN, UPC, Code 128â€Ļ) offline. No QR.

cordova-plugin-1d-barcode-scanner  â— Docs
👆

Biometric Auth →

Authenticate users with fingerprint or face recognition.

cordova-plugin-fingerprint-aio  â— Docs
đŸ“ŗ

Vibration →

Trigger haptic feedback and vibration patterns.

cordova-plugin-vibration  â— Docs
đŸ’Ŧ

Dialogs →

Native alert, confirm and prompt dialogs (and a device beep).

cordova-plugin-dialogs  â— Docs
🌐

In-App Browser →

Open external URLs in a controlled in-app web view.

cordova-plugin-inappbrowser  â— Docs
📊

Status Bar →

Customize the native status bar color and visibility.

cordova-plugin-statusbar  â— Docs
🚀

Splash Screen →

Show and hide the native startup splash screen from JavaScript.

cordova-plugin-splashscreen  â— Docs
đŸŽĩ

Media →

Record and play back audio files with a simple Media object.

cordova-plugin-media  â— Docs
🔄

Screen Orientation →

Lock, unlock and read the device's screen orientation.

cordova-plugin-screen-orientation  â— Docs
🌍

Globalization →

Read the user's locale and format dates, numbers and currency.

cordova-plugin-globalization  â— Docs
đŸ›Žī¸

Local Notifications →

Schedule on-device reminders and alarms — no server needed.

cordova-plugin-local-notification  â— Docs
📤

Social Sharing →

Share text, links and files to any app via the native share sheet.

cordova-plugin-x-socialsharing  â— Docs
🍞

Toast →

Show brief, non-blocking native toast messages.

cordova-plugin-x-toast  â— Docs
📋

Clipboard →

Copy to and paste from the device's native clipboard.

cordova-clipboard  â— Docs
âŒ¨ī¸

Keyboard →

Control the on-screen keyboard with events and resize modes.

cordova-plugin-ionic-keyboard  â— Docs
đŸ—‚ī¸

Action Sheet →

Show a native slide-up menu of contextual actions.

cordova-plugin-actionsheet  â— Docs
đŸŽĨ

Media Capture →

Capture photos, audio and video with the native capture apps.

cordova-plugin-media-capture  â— Docs
📐

Accelerometer →

Read device motion on the X, Y and Z axes for tilt and shake.

cordova-plugin-device-motion  â— Docs
🧭

Compass →

Read the device heading relative to magnetic or true north.

cordova-plugin-device-orientation  â— Docs
🌙

Background Mode →

Keep the app running after it moves to the background.

cordova-plugin-background-mode  â— Docs
â„šī¸ Plugin names shown here illustrate the categories DedrisFramework curates. The live directory links each entry to its source repository and latest release. Know a great maintained plugin? Suggest it →