I think it is an important feature and many apps can make use of such a feature.
I researched the documentation and API files and it is not yet implemented (get the photos from the device’s photo Library). [import]uid: 53864 topic_id: 9404 reply_id: 309404[/import]
Seems can be done with media.show(
I had to search a lot to actually find this info.
And in one of the threads on the forum, the poster said their app was rejected by apple for using this feature as it did not comply with appstore guidelines. any info about this subject? [import]uid: 53864 topic_id: 9404 reply_id: 34518[/import]
and there is a small bug on the iPad 2 Device (not iPad simulator)
having an enterFrame event Listener that outputs a counter.
call media.show on application launch.
then close outside the albums/library and it will hide the albums/library.
but the app state will be paused and the enterFrame does not execute.
You would need to go to the home screen then return to the app and the app state will resume.
This bug only happens on the ipad device. [import]uid: 53864 topic_id: 9404 reply_id: 34819[/import]