Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
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);