这些值都不能在 Android 的 phonegap 应用程序中启动照片库!!!
当getPicture
使用任何此值调用该方法时,它不会拉出照片库。
我使用 phonegap 构建云服务构建应用程序
请帮忙,
示例代码 -
function getPhoto(source) {
alert("getting photo");
// Retrieve image file location from specified source
navigator.camera.getPicture(onPhotoURISuccess, onFail, { destinationType: destinationType.FILE_URI, sourceType: source });
}