Go to file
2020-12-30 19:04:53 +08:00
.github Add or update GitHub pull request and issue template 2019-02-11 18:38:15 +01:00
src 照片增加裁剪 2020-12-30 19:04:53 +08:00
tests chore(release): 4.2.0-dev 2020-05-07 01:34:03 -07:00
types CB-13865: (IOS-Ipad) Making popover Window Size configurable using popoverOptions - imagePicker (#314) 2018-11-25 13:59:51 +01:00
www CB-13865: (IOS-Ipad) Making popover Window Size configurable using popoverOptions - imagePicker (#314) 2018-11-25 13:59:51 +01:00
.appveyor.yml ci: updates Node.js versions (#576) 2020-03-28 12:11:08 +00:00
.asf.yaml chore(asf): update git notification settings 2020-04-22 13:39:50 +09:00
.eslintrc.yml CB-12985 : setup eslint and removed jshint 2017-07-31 11:28:15 -07:00
.gitattributes CB-9942 Normalize line endings in Camera plugin docs 2015-11-04 12:01:21 +03:00
.gitignore CB-9745 Camera plugin docs should be generated from the source 2015-10-12 12:42:47 +03:00
.npmignore chore(npm): adds ignore list (#575) 2020-03-28 12:10:44 +00:00
.travis.yml ci: updates Node.js versions (#576) 2020-03-28 12:11:08 +00:00
CONTRIBUTING.md Update CONTRIBUTING.md 2020-04-13 14:27:10 +02:00
LICENSE [license] adding apache license file 2013-08-06 14:42:09 -07:00
NOTICE Add NOTICE file 2014-02-27 15:44:29 -05:00
package.json chore(release): 4.2.0-dev 2020-05-07 01:34:03 -07:00
plugin.xml ios合并cordova camera 的取相册照片的方法 2020-06-01 16:00:56 +08:00
README.md 调整readme 2020-05-12 12:28:33 +08:00
RELEASENOTES.md Updated version and RELEASENOTES.md for release (Camera-4.2.0) 2020-05-07 00:45:53 -07:00

title description
Camera Take pictures with the device camera.

cordova-plugin-splashscreen

cordova-plugin-camera 的基础上修改了ios端的代码为customCamera的ios的代码,防止ios疯狂调用造成的webview卡死的问题

Installation

# 安装前请先卸载 `cordova-plugin-camera` 和 `org.geneanet.customCamera` 插件
cordova plugin rm cordova-plugin-camera
cordova plugin rm org.geneanet.customCamera
# 安装插件
cordova plugin add https://gitee.com/shuto/cordova-plugin-camera.git

Preferences

  • iOS端由于代码调整,导致原插件仅支持 quality saveToPhotoAlbum 参数,返回数据格式为 base64;

Other