I\'ve developed a web application for Firefox OS, but I wanted to make it run \"natively\" in Android. My application consists of a dialogue box that is a div w
The problem turned out to be that I was using position: absolute inside a position: fixeddiv. The outer div was resizing properly, but the inner one was not. The reason I had to use position: absolute was because there is a bug in WebKit which means that you cannot transformfixed positioned divs.