mirror of
https://github.com/DmcSDK/cordova-plugin-mediaPicker
synced 2026-05-03 00:00:04 +08:00
32 lines
966 B
Markdown
32 lines
966 B
Markdown
# cordova-plugin-mediaPicker
|
|
android mediaPicker support selection of multiple image and video
|
|
|
|
How do I use?
|
|
-------------------
|
|
|
|
use npm:
|
|
|
|
```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
|
|

|
|

|
|

|