stopped the page reloading when the G1 keyboard is flipped out.

This commit is contained in:
Ray Vahey
2009-03-09 17:28:07 +07:00
parent 49844b4e39
commit d758397df0
8 changed files with 31 additions and 29 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
<application android:icon="@drawable/icon" android:label="@string/app_name"
android:debuggable="true">
<activity android:name=".DroidGap"
android:label="@string/app_name">
android:label="@string/app_name" android:configChanges="orientation|keyboardHidden">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />