Note that there are some explanatory texts on larger screens.

plurals
  1. POSoft keyboard not appear on screen when i press next or prev button
    primarykey
    data
    text
    <p>I am developing an Android app using PhoneGap. I am facing a problem with the "prev" and "next" buttons on the keyboard. When the I click the "prev" button, the cursor moves to the previous text input field and clicking on "next" button makes the cursor move to the next text field in the view. But my problem is that the keyboard does not appear on the screen. This issue only exist when I press "next" and "prev" button. Direct clicking on text box it works fine.</p> <p>And i am using "Phonegap 2.4"</p> <p>And below is my AndroidManifest.xml</p> <pre><code>&lt;application android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/AppTheme" &gt; &lt;activity android:name="com.example.apptivoapp.ApptivoApps" android:label="@string/app_name" android:configChanges="locale|navigation|orientation|screenSize|keyboardHidden" android:allowTaskReparenting="true" android:alwaysRetainTaskState="true" android:clearTaskOnLaunch="true" android:windowSoftInputMode="stateAlwaysHidden|adjustResize" &gt; &lt;intent-filter&gt; &lt;action android:name="android.intent.action.MAIN" /&gt; &lt;category android:name="android.intent.category.LAUNCHER" /&gt; &lt;/intent-filter&gt; &lt;/activity&gt; &lt;/application&gt; </code></pre> <p>Html code</p> <pre><code>&lt;article class="signup_wrapper"&gt; &lt;ul class="regbox " data-role="none"&gt; &lt;li&gt; &lt;input id="ftName" name="FtName" type="text" placeholder="First name" data-role="none"/&gt; &lt;/li&gt; &lt;li&gt; &lt;input id="ltName" name="LtName" type="text" placeholder="Last name" data-role="none"/&gt; &lt;/li&gt; &lt;/ul&gt; </code></pre> <p></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload