With JQM 1.3.0 the text inputs are displayed different than in 1.2.0. This happens only on on Android (SGS2, Android 4.0.4), but not on my IPad oder Desktop Browser. In JQM 1.3.0 the input box is larger than the actual box you type in (for a better understanding see my screenshots). This is the HTML Code for the input:
<tr><td>
<label for="mph_father"><span lang="en">Height father (cm)</span></label>
With JQuery Mobile 1.1.0 RC1 I experience a strange behaviour in my phonegap app: At first start of my app on android (Galaxy S2, Android 2.3.6), everything displays fine and works fine as well (first screenshot). After quitting the app and restarting it, I just get after the splashscreen a white screen with a grey circle (see second screenshot). Viewing the HTML in desktop browers, there aren't any JS errors in the page. Strangely, with JQM 1.0.1 everything worked fine. Any ideas? Thanks, Daniel