I\'ve a web app with phonegap 1.3 and jquerymobile 1.0 that works well on all android version but 4.0 In fact if I change the orientation the app force close with no errors
Try adding this:
android:configChanges="orientation|screenSize|keyboardHidden"
as your config change parameter to see if it fixes your issue.