You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2014/06/04 00:17:02 UTC

[jira] [Closed] (CB-6819) Android set 'nativeToJsModes' to LOAD_URL, soft keyboard closed immediately when use '' element in html page

     [ https://issues.apache.org/jira/browse/CB-6819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bowser closed CB-6819.
--------------------------

    Resolution: Won't Fix

This is a well-known issue with LOAD_URL and why you don't use this bridge.  Please use other nativeToJsModes.

> Android set 'nativeToJsModes' to LOAD_URL, soft keyboard closed immediately when use '<input>' element in html page 
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: CB-6819
>                 URL: https://issues.apache.org/jira/browse/CB-6819
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 3.5.0
>         Environment: Android 4.3
>            Reporter: puchen
>
> Android set 'nativeToJsModes' to LOAD_URL in cordova.js, and set 'DEFAULT_BRIDGE_MODE' to 1 in NativeToJsMessageQueue.java.
> When I loaded this:
> <!DOCTYPE html>
> <html>
>   <head>
>   </head>
>   <body>
>     <input id="address1" type="text"/>
>   </body>
> </html>
> Soft keyboard closed immediately that couldn't input anything, when click the input field. And it's so weird the soft keyboard could be use correctly, when I configured <preference name="fullscreen" value="true" /> in res/xml/config.xml.
> Please fix it , thanks



--
This message was sent by Atlassian JIRA
(v6.2#6252)