I have a Phonegap application for Android with jQuery Mobile. On an HTC Desire, if an input box is focused, it always go to the front, no matter which elements has above.

I have a Phonegap application for Android with jQuery Mobile. On an HTC Desire, if an input box is focused, it always go to the front, no matter which elements has above.

Did you try to apply the css property -webkit-transform : translate3d(0,0,0); to your input field ?