03
Dec
- There is a 40px gap at the bottom of the window
- Inorder to remove the space
Open “filename”.js and add the following code
if (typeof(PhoneGap) != 'undefined') { $('body > *').css({minHeight: '460px !important'}); }
Open “filename”.js and add the following code
if (typeof(PhoneGap) != 'undefined')
{
$('body > *').css({minHeight: '460px !important'});
}
PhoneGap is an open source development framework for building cross-platform mobile apps.It enables software programmers to build applications for mobile devices using JavaScript, HTML and CSS, instead of less-popular languages such as Objective-C.
PhoneGap currently supports development for the iPhone, HP webOS, Google Android, Windows Mobile, Symbian OS[2] and BlackBerry operating systems.
Support for recent versions, such as BlackBerry 5 and 6 and Windows Phone 7, is being implemented now.