我在 Android 设备上使用 Phonegap,我需要显示设备的视频。
有谁知道我应该怎么做?
这是我的代码:
function getPhoto(source) {
// Retrieve image file location from specified source
navigator.camera.getPicture(onPhotoURISuccess, onFail, { quality: 50,
destinationType: destinationType.FILE_URI, sourceType: source });
}
但它只适用于图片。