Details
-
Type: New Feature
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Faces
-
Labels:None
-
Environment:any os any platform
Description
We tried the support of pictures and videos but we have not found a way to switch the source between the gallery and direct capture if not in the settings of the client. Should be possible to do it via software at runtime without requiring to go to the preferences of the client-
We've seen that we can change the user preferences about using the media gallery or not , but I was interested in changing this preference at runtime. So use the media gallery or not programmatically
Something like the following :
<mobi:camera useAlbum="true" value="#{bean.photo}" />
To let the user choose:
<mobi:camera useAlbum="choose" value="#{bean.photo}" />
We've seen that we can change the user preferences about using the media gallery or not , but I was interested in changing this preference at runtime. So use the media gallery or not programmatically
Something like the following :
<mobi:camera useAlbum="true" value="#{bean.photo}" />
To let the user choose:
<mobi:camera useAlbum="choose" value="#{bean.photo}" />
Activity
paolo ucchino
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.2 Beta [ 10344 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31476 | Mon Oct 15 12:56:43 MDT 2012 | ted.goddard | allow user to choose album from camera view (MOBI-239) |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/ios/icemobile/Shared/NativeInterface.m
MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/Shared/NativeInterface.h |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31525 | Tue Oct 16 16:45:47 MDT 2012 | ted.goddard | resize cameraOverlayView to allow move and scale (MOBI-239) |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/ios/icemobile/Shared/NativeInterface.m
|
Icefaces Administrator
made changes -
Fix Version/s | 1.2 Beta [ 10344 ] |
New feature for 1.2 beta.