[ 
https://issues.apache.org/jira/browse/CB-13865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16379817#comment-16379817
 ] 

ASF GitHub Bot commented on CB-13865:
-------------------------------------

amercode commented on issue #314: CB-13865: (IOS-Ipad) Making popover Window 
Size configurable using popoverOptions - imagePicker
URL: 
https://github.com/apache/cordova-plugin-camera/pull/314#issuecomment-369130546
 
 
   Travis Build failed due to timeout on the server and not due to test cases 
failing. It failed only for android-6.0 and android-7.0 while passing for all 
other platforms including android-4.4 and android-5.1.
   
   We have not made any changes in the Android code and it is clearly a build 
server timeout probably due to overload. Is there a way to retrigger the build 
or make those test cases pass? Please advise as you can see the logs below for 
the failed test case?
   
   
.......................................................................................................................................................................................................................
    ✗ camera.ui.util determine camera availability
         - Error: Timeout - Async callback was not invoked within timeout 
specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
   
...................................................................................................................

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Making CameraPopover for imagePicker bigger on Ipad
> ---------------------------------------------------
>
>                 Key: CB-13865
>                 URL: https://issues.apache.org/jira/browse/CB-13865
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: cordova-plugin-camera
>            Reporter: Ams
>            Priority: Major
>             Fix For: Master
>
>
> The popover for imagePicker from gallery is way too small and people complain 
> about not being able to see images before selecting them.
>  
> The fix is simple:
>  
> Adding this line to willShowViewController method will set it to 960 by 960 
> or as big as the screen widht/height
> [viewController setPreferredContentSize:CGSizeMake(960,960)];
> It should be added right in the if statement:
> if([navigationController isKindOfClass:[UIImagePickerController class]]){
>  
> HOW CAN I COMMIT THIS CHANGE?



--
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