Uploaded to what? An Appery remote DB?
I found my answer and because the variable I am using is an object I need to further "qualify" it if thats the right word.
Appery('mobileimage').attr("src", image.imageDataBase64);
Any ideas?
I am trying to update an image via Javascript. The variable here "image" is a base64 string of the image. I am guessing this would be the JS to update the image but it does not work. What am I doing wrong?
Appery('mobileimage').asset(image);
Thanks
I added this to my config.xml and it did the trick.
preference name="fullscreen" value="true"
In brackets of course.
Is there a way to hide the status bar in Android when in my app.
Thanks
Hello I have this same question but looks like link to the post referenced above is broken.