Hi, I am using a database service to list a table that contains an image url to an uploaded image file in the files section of the data base. The query works fine and returns the image url. I map this url to the src attribute of an image in the GUI. This also work fine in the simulator and in the chrome or native browser of android. However If I build an android app from the project the image is not displayed.
I think the problem is that I need permissions to access the image outside of the appery web page. As if I try to access the image from another browser I get an unauthorized message. Is there a way to work around this for the phonegap build.