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

        

Reply via email to