Sure, the code works fine per se, but when I deploy this on a web server with SSL, I get a warning from the browser that the page contains non-secure content.
My app is going to a trial. I don't want to explain this browser warning multiple times since people are so paranoid about security now.
The problem is that Appery adds an image placeholder in the DOM in the startScree.html it creates.
Here it is with "+" instead of " link with something from my project and the security warning is gone. This is a pain because I have to do it every time I update code on a web server. But less of a pain than explaining it to users.
It would be nice if Appery would add the image to the project so that it will not load an image from some random website at runtime.
And also I suspect that if someone builds phone gap, you still have this image being pulled for no particular reason, every time the app starts.