mirror of
https://gitee.com/shuto/cordova-plugin-camera.git
synced 2025-04-04 13:21:52 +08:00
919 B
919 B
title | description |
---|---|
Camera | Take pictures with the device camera. |
cordova-plugin-splashscreen
在 cordova-plugin-camera 的基础上修改了ios端的代码为customCamera的ios的代码,防止ios疯狂调用造成的webview卡死的问题
Installation
// 安装前请先卸载 cordova-plugin-camera 插件
cordova plugin rm cordova-plugin-camera
// 安装插件
cordova plugin add https://gitee.com/shuto/cordova-plugin-camera.git
Preferences
- iOS端由于代码调整,导致原插件仅支持
quality
saveToPhotoAlbum
参数,返回数据格式为 base64;
Other
- 其他配置及插件使用方法请移步cordova-plugin-camera