Skip to content

Latest commit

 

History

History
executable file
·
25 lines (22 loc) · 979 Bytes

File metadata and controls

executable file
·
25 lines (22 loc) · 979 Bytes

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