mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
stopped the page reloading when the G1 keyboard is flipped out.
This commit is contained in:
+1
-1
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user