Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.2 Final
-
Fix Version/s: EE 1.2
-
Component/s: Containers
-
Labels:None
-
Environment:ICEmobile, iPad
Description
iPad iOS6 camera integration currently not functional in this release. When the camera component is used on the iPad, the preview is visible, but the only available buttons are two front/back switch controls.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #32800 | Thu Dec 13 11:57:04 MST 2012 | ted.goddard | display UIImagePickerController prior to setting cameraOverlayView ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/ios/icemobile/Shared/NativeInterface.m
|
Ted Goddard
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Steve Maryka [ steve.maryka ] | Ted Goddard [ ted.goddard ] |
Ted Goddard
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
For the recent release of ICEmobile-SX 1.2, a feature was added to allow selection of images from the photo library. This made use of UIImagePickerController.cameraOverlayView which was causing the malformed UI on the iPad.
The fix has been found to first display UIImagePickerController and then add the cameraOverlayView.