1.0.8 • Published 7 years ago

cordova-plugin-inappcamera v1.0.8

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

Features

Native InApp Camera in custom activity basic features:

Zoom Flash ON/OFF/AUTO. Image review screen. Title of image, the camera will show a title for camera ativity (optional if is sent in options)

Installation

Use: cordova add plugin cordova-plugin-inappcamera

Basic Usage

navigator.Camera.takePicture(options).then(function(result){ //result is image location on cache. })

var optons = { quality: 50, // between 0-100 (default: 50) targetWidth: 600, targetHeight: 600, imageText: "" //optional for show a title in camera activity. };

========================== This is a fork of the official camera plugin from Apache. The custom camera portion is specifically for Android. It is stock iOS / WP8 Camera calls otherwise.

It uses a custom activity to run in the foreground in Android to prevent Cordova from being killed.

It is adapted from https://code.google.com/p/foreground-camera-plugin/

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago