mirror of
https://github.com/DmcSDK/cordova-plugin-mediaPicker
synced 2026-08-05 00:03:45 +08:00
74619379b11bc02b8eadb6a1f76375e634905b19
cordova-plugin-mediaPicker
android mediaPicker support selection of multiple image and video
How do I use?
use npm:
cordova plugin add cordova-plugin-mediapicker-dmcbig
code:
<body>
<div>
<img id="img1" width="100px" height="100px" >
<img id="img2" width="100px" height="100px" >
</div>
<button id="openBtn" style="width:100px;height:40px;">open</button>
<button id="uploadBtn" style="width:100px;height:40px;">upload</button>
<script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript" src="js/index.js"></script>
</body>
Example
Languages
Objective-C
79.1%
Java
16.3%
JavaScript
2.9%
HTML
1.7%


