Connor Pearson created CB-8780: ---------------------------------- Summary: Photo picker popover slow Key: CB-8780 URL: https://issues.apache.org/jira/browse/CB-8780 Project: Apache Cordova Issue Type: Bug Components: Plugin Camera Environment: iPad, cordova-ios 3.8, latest camera plugin on github Reporter: Connor Pearson
Opening the photo picker popover on iPad can take several seconds. {code:javascript} navigator.camera.getPicture( function(){console.log("Success");}, function(){console.log("Error");}, { destinationType: navigator.camera.DestinationType.FILE_URI, sourceType: navigator.camera.PictureSourceType.PHOTOLIBRARY }); {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org