Did you use the tutorial? If so, I apologize for the mistake. Android WebView by default reloads the configuration when the orientation changes, and we specify it in the manifest file:
<activity android:name=".YourAppName"
android:label="@string/app_name" android:configChanges="orientation|keyboardHidden">
, PhoneGap . , , Android . , , , reset , WebView .