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

CameraPopoverOptions not working properly on Ipad IOS 11

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • None
    • None
    • cordova-plugin-camera
    • None
    • Ipad IOS 11

    Description

      CameraPopoverOptions not working properly on Ipad IOS 11. Regardless what you set the width and height it is always around 200 by 200. Increasing width and height just moves the popover around but never makes it bigger.

      var popover = new CameraPopoverOptions(300,300,100,100,Camera.PopoverArrowDirection.ARROW_ANY); var options = { quality: 50, destinationType: Camera.DestinationType.DATA_URL,sourceType: Camera.PictureSource.SAVEDPHOTOALBUM, popoverOptions : popover }; navigator.camera.getPicture(onSuccess, onFail, options);

      Attachments

        Activity

          People

            Unassigned Unassigned
            amerCode Ams
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: