[
https://issues.apache.org/jira/browse/CB-5216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13808049#comment-13808049
]
Matias Stanislavsky commented on CB-5216:
-----------------------------------------
Sure its a Samsung Galaxy S3 and the Android manifest, goes like this:
<?xml version='1.0' encoding='utf-8'?>
<manifest android:hardwareAccelerated="true" android:versionCode="1"
android:versionName="1.0.0" android:windowSoftInputMode="adjustPan"
package="com.xxx.sqltest"
xmlns:android="http://schemas.android.com/apk/res/android">
<supports-screens android:anyDensity="true" android:largeScreens="true"
android:normalScreens="true" android:resizeable="true"
android:smallScreens="true" android:xlargeScreens="true" />
<uses-permission android:name="android.permission.INTERNET" />
<application android:debuggable="true" android:hardwareAccelerated="false"
android:icon="@drawable/ro" android:label="@string/app_name">
<activity
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale"
android:label="@string/app_name" android:name="sqltest"
android:theme="@android:style/Theme.Black.NoTitleBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:label="@string/app_name"
android:name="org.pgsqlite.SQLitePlugin">
<intent-filter />
</activity>
</application>
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="18" />
</manifest>
> Can't hide the softkeyboard on Android
> --------------------------------------
>
> Key: CB-5216
> URL: https://issues.apache.org/jira/browse/CB-5216
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Affects Versions: 3.0.0, 3.1.0
> Environment: Android 4.1.2, Jquerymobile,
> Reporter: Matias Stanislavsky
>
> We Can't hide the keyboard if a user clicks on a next button without
> entering anything. We've tried with a blur(), but it doesn't seem to be
> working. The keyboard doesn't hide.
--
This message was sent by Atlassian JIRA
(v6.1#6144)