Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-8780

Photo picker popover slow

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • cordova-plugin-camera
    • None
    • iPad, cordova-ios 3.8, latest camera plugin on github

    Description

      Opening the photo picker popover on iPad can take several seconds.

      navigator.camera.getPicture(
          function(){console.log("Success");}, 
          function(){console.log("Error");}, 
          { destinationType: navigator.camera.DestinationType.FILE_URI, 
          sourceType: navigator.camera.PictureSourceType.PHOTOLIBRARY });
      

      Attachments

        Activity

          People

            shazron Shazron Abdullah
            cjpearson Connor Pearson
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: