[TIMOB-7230] MobileWeb: Override the html and body tag height with the browser's height when DOM ready
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-01-30T17:43:25.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | stage |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-01-16T15:20:01.000+0000 |
Updated | 2014-01-28T23:44:48.000+0000 |
Description
Once the DOM ready event fires, we need change the height of the and tag from 100% to the height in pixels of the browser window.
This becomes a problem on Android tablets when the URL bar is focused and the keyboard pops up which shrinks the size of the page.
Also investigate the location bar and JavaScript console bars on iOS.
Fixed with TIMOB-7171.