Skip to content

An android cordova native camera based on custom activity.

Notifications You must be signed in to change notification settings

IndigoMultimediaTeam/cordova-plugin-wezka-nativecamera

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-wezka-nativecamera (com.wezka.nativecamera)

This is a fork of the shaithana/cordova-plugin-wezka-nativecamera. It uses a custom activity to run in the foreground in Android to prevent Cordova from being killed.

Key features

  • Only Android support
  • Only camera (no gallery, etc.)
  • API similar to apache/cordova-plugin-camera
  • Diffs against original
    • taking photo “animation” (dark transparent overlap in “picture area”)
    • permission request

Usage

  • Install latest version:

    cordova plugin add https://github.com/jaandrle/cordova-plugin-wezka-nativecamera
    
  • Install specific branch / plugin version:

    cordova plugin add https://github.com/jaandrle/cordova-plugin-wezka-nativecamera#v1.0.0
    
  • Uninstall:

    cordova plugin rm cordova-plugin-wezka-nativecamera
    

About

An android cordova native camera based on custom activity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 84.4%
  • JavaScript 15.6%