Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhartington/cordova-plugin-cameraplus
https://github.com/mhartington/cordova-plugin-cameraplus
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhartington/cordova-plugin-cameraplus
- Owner: mhartington
- Created: 2017-03-17T14:17:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T14:52:48.000Z (almost 8 years ago)
- Last Synced: 2024-12-07T17:44:03.464Z (about 1 month ago)
- Language: Java
- Size: 94.7 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Features
Native InApp Camera in custom activity basic features:
### Installation
Use: cordova add plugin https://github.com/mhartington/cordova-plugin-cameraplus
### Basic Usage
Same usage as the original plugin
This is a fork of the official camera plugin from Apache.
The custom camera portion is specifically for Android.It uses a custom activity to run in the foreground in Android to prevent Cordova from being wiped.
It is adapted from https://code.google.com/p/foreground-camera-plugin/