I am new to mobile web/dev. My app is using jquery-mobile, phonegap and Compass (scss).I have a problem on my login page :logo and fields are contained in standard 'div' containers (data-role="content" data-type="vertical"). Background is colored.when switching focus from login field to password field, the page slides up, which is what I don-t want to occur. I would like my logo and fields to stay in place, just like the Skype iOS App login page. The colored background limit is then visible, displaying a large white ban here is what happens :I have tried several tricks, trying to block scroll events, or forcing page to scroll to 0,0, without success.I am thinking about a new strategy now, maybe using top relative positioning for logo and fields, and catching focus events to scroll the page myself, on keyboard slide up (by animating top relative positioning coordinates).Though this seems to doable, I am wondering if this is the kind of work around used by the Skype iOS App team...Any advice on technics used in this particular case is welcome!cheers,Fred