Page 1 of 1

mobilePickPhoto leaving behind the photo.

Posted: Thu Feb 26, 2015 10:59 am
by MrFollies
Hiya All,

Does anyone know why the following code produces an unwanted image smack bang in the middle of the iOS screen after "Use photo" is clicked?

set the paintCompression to "png"
mobilePickPhoto "camera", 400, 460

Am I supposed to lock the screen or something after using the image? Or perhaps set "last image" to nothing?

I hope someone has seen this before (iOS 8.1, LC 7).

Re: mobilePickPhoto leaving behind the photo.

Posted: Thu Feb 26, 2015 11:03 am
by Dixie
Delete the last image of the card after using it...

Code: Select all

delete the last image of this card

Re: mobilePickPhoto leaving behind the photo.

Posted: Wed Mar 04, 2015 3:54 am
by MrFollies
Thanks Dixie, That did the trick. Would have been awesome if it were in the docs ;-)