18个pods
关于CordovaPlugin-battery-status的更详细描述(Markdown格式)。
许可证: Apache 2
此插件提供了一个用于拍照和从系统图片库中选择图片的API。
camera.getPicture函数会打开设备默认的相机应用程序,允许用户拍照。当Camera.sourceType等于Camera.PictureSourceType.CAMERA时,此行为为默认操作。用户拍照后,相机应用程序关闭,应用程序将恢复至之前的状态。
如果Camera.sourceType是Camera.PictureSourceType.PHOTOLIBRARY或Camera.PictureSourceType.SAVEDPHOTOALBUM,那么会弹出一个对话框供用户选择现有的图片。camera.getPicture函数返回一个CameraPopoverHandle对象,可以用来重新定位图片选择对话框,例如,当设备方向改变时。
返回值将发送到cameraSuccess回调函数,以下格式之一,取决于指定的cameraOptions
包含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