⚡️ Simple Ionic Angular app to demonstrate the use of certain Capacitor plugins.
The following plugins are included:
- Android Battery Optimization
- Android Foreground Service
- App Update
- Background Task
- Badge
- cloudinary
- Datetime Picker
- File Compressor
- File Opener
- File Picker
- Managed Configurations
- Photo Editor
- PostHog
- Printer
- Screen Orientation
- Keep Awake
- Privacy Screen
- Text to Speech
- Install Node.js which includes Node Package Manager
- Android development: Install Android Studio
- iOS development: Install XCode
- You must have access to the Capawesome Sponsorware (Read more)
Clone this repository:
git clone https://github.com/robingenz/capacitor-plugin-demo.git
Change to the root directory of the project:
cd capacitor-plugin-demo
Install all dependencies:
npm i
Prepare and launch the Android app:
npx ionic cap sync android
npx ionic cap run android
Prepare and launch the iOS app:
npx ionic cap sync ios
npx ionic cap run ios
This project uses Ionic as app development platform and the Ionic CLI.
See LICENSE.