Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mhartington/cordova-plugin-cameraplus


https://github.com/mhartington/cordova-plugin-cameraplus

Last synced: about 1 month ago
JSON representation

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/