cordova仿微信拍照录像插件
cordova plugin add cordova-plugin-videoclips
cordova plugin add AkeVideo
upvideo.coolMethod("参数",function(msg){
//成功的回调
alert('原生返回了:'+msg);
},function(e){
//失败的回调
alert(e);
})
安装时需要安装的依赖
- path
- fs
- shelljs
- semver
卸载时需要手动删除 "/platforms/android/app/src/main/res/layout/activity_video_up.xml"
点击返回以失败处理