I'm having the issue with Phonegap where my game looks tiled. It is set to 800*480 in C2 but I have the project set to fullscreen scale mode anyway. Then when I run it on my phone, at the right side of my game there is a gap where the game seems to repeat itself, like a tiled image.
Anyone have this with theres? And/or know a solution?
Edit*
Also on a side note, adding the following to the xml exported with phonegap will remove the status bar. Would be a nice option to include when exporting instead of having to edit and update the xml each time I export it:
<preference name="fullscreen" value="true" />