Socket
Book a DemoInstallSign in
Socket

cordova-plugin-mz-image-picker

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-mz-image-picker

Cordova ImagePicker Plugin

1.2.8
latest
Source
npmnpm
Version published
Weekly downloads
11
22.22%
Maintainers
1
Weekly downloads
 
Created
Source

cordova-imagePicker

forked from giantss/cordova-plugin-ImagePicker

support android 10

Installing the plugin

cordova plugin add cordova-plugin-mz-image-picker

Using the plugin

The plugin creates the object window.imagePicker with the method getPictures(success, fail, options)

Example - Get Full Size Images (all default options):

window.imagePicker.getPictures(
	function(results) {
		for (var i = 0; i < results.length; i++) {
			console.log('Image URI: ' + results[i]);
		}
	}, function (error) {
		console.log('Error: ' + error);
	}
);
### 发布

npm publish --registry=https://registry.npmjs.org/

Keywords

cordova

FAQs

Package last updated on 21 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.