Hi,
When I use media.capturePhoto, the camera opens, the user takes a picture, and then a picture
is displayed with “RETRY OK” buttons at the top. The user taps one of the two buttons.
[The entire interaction after the start of the camera “opening” to just after the user
taps “OK” is not under my control … it’s Corona and/or the native OS]
But… that’s rather limiting. What if I don’t want “RETRY OK”?
I’d like to be able to:
1. choose to automatically accept any photo they’ve taken (i.e., bypass that RETRY / OK screen)
or
2. specify my own return/ok buttons. (In my case, I’d want to have 4 buttons:
Public, Private, Retry, Cancel
…the first two accept the photo but mark it (to my app) as “public” or “private”.
(If I did #1, I’d then display the photo and ask: Public / Private / Retake / Cancel)
Yes, I have the same question about iOS, where it displays “Retake Use Photo” at the bottom.
thanks,
Stan