08Thug commented on issue #555: cordova camera plugin ios problem , how can i show videos only when camera.getPicture ? URL: https://github.com/apache/cordova-plugin-camera/issues/555#issuecomment-585208695 ``` const options: CameraOptions = { destinationType: this.camera.DestinationType.FILE_URI, sourceType: this.camera.PictureSourceType.PHOTOLIBRARY, mediaType: this.camera.MediaType.VIDEO }; this.camera.getPicture(options).then( async videoUrl => { console.log("videoUrl: ", JSON.stringify(videoUrl)); ``` this is what i have done for picking video from gallery and it shows only video
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
