[ 
https://issues.apache.org/jira/browse/CB-13863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13863.
-----------------------------
    Resolution: Not A Problem

The popover options are for specifying the element from which the popover is 
presented.
In example, you have a buttonĀ from which you call the camera code, and you want 
the popover to appear from that button, the options are used to specify that 
button position an size so the popover and popover's arrow are presented from 
there.

Could be possible to size the popover, but it's not implemented in the camera 
plugin.

> CameraPopoverOptions not working properly on Ipad IOS 11
> --------------------------------------------------------
>
>                 Key: CB-13863
>                 URL: https://issues.apache.org/jira/browse/CB-13863
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-plugin-camera
>         Environment: Ipad IOS 11
>            Reporter: Ams
>            Priority: Major
>
> {{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);}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to