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}" />
New feature for 1.2 beta.