You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Joe Bowser (Created) (JIRA)" <ji...@apache.org> on 2012/01/23 22:49:42 UTC

[jira] [Created] (CB-197) Soft Keyboard Detection doesn't work with the current LinearLayoutSoftKeyboardDetect

Soft Keyboard Detection doesn't work with the current LinearLayoutSoftKeyboardDetect
------------------------------------------------------------------------------------

                 Key: CB-197
                 URL: https://issues.apache.org/jira/browse/CB-197
             Project: Apache Callback
          Issue Type: Bug
    Affects Versions: 1.3.0
            Reporter: Joe Bowser


The showkeyboard and hidekeyboard events don't fire when the keyboard is present.  This was found when moving the LinearLayoutKeyboardDetect code out of the DroidGap method.  Further investigation shows that the height and width of the WebView appear to be constant and that onMeasure never changes.  This causes all resizing events to be ignored, since the height never changes.  It's unclear how to fix this, since Android doesn't currently have an easy way to determine whether the keyboard actually is on the screen or not.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CB-197) Soft Keyboard Detection doesn't work with the current LinearLayoutSoftKeyboardDetect

Posted by "Joe Bowser (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bowser resolved CB-197.
---------------------------

    Resolution: Invalid
      Assignee: Joe Bowser

This is dependant on an Android Manifest variable that was set incorrectly.
                
> Soft Keyboard Detection doesn't work with the current LinearLayoutSoftKeyboardDetect
> ------------------------------------------------------------------------------------
>
>                 Key: CB-197
>                 URL: https://issues.apache.org/jira/browse/CB-197
>             Project: Apache Callback
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>            Reporter: Joe Bowser
>            Assignee: Joe Bowser
>
> The showkeyboard and hidekeyboard events don't fire when the keyboard is present.  This was found when moving the LinearLayoutKeyboardDetect code out of the DroidGap method.  Further investigation shows that the height and width of the WebView appear to be constant and that onMeasure never changes.  This causes all resizing events to be ignored, since the height never changes.  It's unclear how to fix this, since Android doesn't currently have an easy way to determine whether the keyboard actually is on the screen or not.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira