Skip to content

Instantly share code, notes, and snippets.

@iamjoyce
iamjoyce / snippet.js
Created July 18, 2017 05:52 — forked from aaronksaunders/snippet.js
Cordova camera - Choose camera OR photo library
//
// you need the actionsheet plugin, image picker plugin and the camera plugin for this code to work
//
/**
* displays an action sheet for the user to select a photo from
* the gallery or using the camera
*
* @param _event {Object} information from the webview on the event
*