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 });
}
ただし、Picturesでのみ機能します。