Storing Photo from system.TemporaryDirectory to Device storage

Hi,

I have an image in the system.TemporaryDirectory, and I want to let the user save it permanently to the Android & Apple device. 

The showPopup ‘CoronaProvider.native.popup.activity’ seems to be only for Apple.

The only way I found was to use display.capture with the option ‘saveToPhotoLibrary’. Is there any other way where it is not stored in photoLibrary (like in Android Downloads folder) ?

Thanks

Look at the “social” plugin for Android. It pops up an Android system dialog box similar to the Activity plugin. It might give you the ability to save to the camera roll. Also there is an External Storage plugin in the Marketplace that should let you open and write the file to the photos folder in External storage directly.

Rob

Look at the “social” plugin for Android. It pops up an Android system dialog box similar to the Activity plugin. It might give you the ability to save to the camera roll. Also there is an External Storage plugin in the Marketplace that should let you open and write the file to the photos folder in External storage directly.

Rob