I recently migrated my project to 2.0 (with build 2013.2100) and I have a problem, I can not do display a png image that is in system.DocumentsDirectory.
userPhoto= display.newImage( “myPhoto.png” , system.DocumentsDirectory ,0,0)
In both corona simulator on the PC than on the corona simulator on mac and also on iphone device while the image is displayed correctly only on Android devices, the png image is not displayed
In the previous build everything works fine, however with the 2.0 I have this big problem
Does anyone know the solution?
I apologize for my English
Flavio