I'm building an app for Blackberry using the WebWorks sdk for OS 7 & earlier. I am also using the latest Cordova/PhoneGap framework (2.8). Lastly, I am making use of the Lungo.js mobile framework for html developement.
The problem I have is a display issue. Upon deployment in the simulator, only part of the app appears at the top of the screen, roughly 5px in height.I have attached a screenshot of what is happening.
I am wondering if it is a viewport issue. Here's a snippet of html code...
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
Is there something else I have left out or need to add?