I am requesting that the ability for selecting the original image data of an image (in iOS) be added to the "iphonePickPhoto" and "mobilePickPhoto" commands. As it stands, a copy of the original photo is placed into the "the text of the last image" on iOS, whereas on Android the original image data is inserted. LiveCode apps need to be able to allow iOS users to select an original image (i.e., maintaining all metadata--such as GPS coordinates, date/time, etc.) for whatever reason (such as for attaching the image to an email, for uploading to a server, etc.). Many users are quite picky about maintaining metadata.
Perhaps something like the following:
Code: Select all
iphonePickPhoto "library",800,800,originalData
Code: Select all
mobilePickPhoto "library",800,800,originalData
FYI: I have a "rough" prototype for an app that currently runs great on Android, Windows, Mac, and Linux. The oddball out: iOS. (And interestingly enough, the app was originally designed with iOS in mind.) It would be a shame to exclude iOS users due to the inability of accessing original images via a LiveCode app. (And please note that I am not asking for the ability to write to/edit images in the camera roll folder. I just need a way for a user to select an image and have the original image be put into a variable.)
Please see the following thread: http://forums.livecode.com/viewtopic.php?f=6&t=23529
Thanks, and I really hope that this is something that can be implemented soon in an upcoming release.
Sincerely,
Keith "Boo" Long
Gulf Breeze, FL