19个Pod
对CordovaPlugin-battery-status的更详细描述,采用Markdown格式。
许可证: Apache 2
此插件为拍照以及从系统相册中选择图片提供了一个API。
当Camera.sourceType等于Camera.PictureSourceType.CAMERA时,默认情况下会打开设备的默认相机应用程序,允许用户拍照。这种行为是默认的。一旦用户拍照,相机应用程序将关闭,应用程序将恢复。
如果Camera.sourceType是Camera.PictureSourceType.PHOTOLIBRARY或Camera.PictureSourceType.SAVEDPHOTOALBUM,则显示一个对话框,允许用户选择现有的图片。camera.getPicture函数返回一个CameraPopoverHandle对象,可以用来重新定位图像选择对话框,例如当设备方向改变时。
根据指定的cameraOptions,返回值将以以下某种格式发送到cameraSuccess回调函数中
包含base64编码的图片字符串。
表示图像文件在本地存储中的位置的字符串(默认)。
您可以使用编码的图像或URI进行任何您想要的操作,例如
Render the image in an <img> tag, as in the example below
Save the data locally (LocalStorage, Lawnchair, etc.)
Post the data to a remote server
NOTE: Photo resolution on newer devices is quite good. Photos selected from the device's gallery are not downscaled to a lower quality, even if a quality parameter is specified. To avoid common memory problems, set Camera.destinationType to FILE_URI rather than DATA_URL.
许可证: Apache 2
对CordovaPlugin-device-orientation的更详细描述,采用Markdown格式。
许可证: Apache 2
对CordovaPlugin-network-information的更详细描述,采用Markdown格式。
许可证: Apache 2