I\'m currently working on a Phonegap app and I have the following problem when testing it with Windows Phone 8 (left screenshot below): the application bar is not removed an
You can take this code to your css:
* { zoom:1; -ms-content-zooming:none; }
This solved the problem for me.