Hi there, I'm using Cordova Camera on my iOS app, but it doesn't show the image. My work flow
1st layout
On touched sprite_button
-Get camera picture from camera
On camera picture OK clicked
- set globalvariable to CordovaCamera.CameraPicture
- go to 2nd layout
2nd layout
On start of layout
- load image from globalvariable
On 2nd layout the image does not load...
Can anyone help me?