Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 31F6496B7 for ; Mon, 23 Jan 2012 21:50:07 +0000 (UTC) Received: (qmail 5753 invoked by uid 500); 23 Jan 2012 21:50:07 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 5280 invoked by uid 500); 23 Jan 2012 21:50:06 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 4952 invoked by uid 99); 23 Jan 2012 21:50:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2012 21:50:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2012 21:50:03 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E34BC15E04B for ; Mon, 23 Jan 2012 21:49:42 +0000 (UTC) Date: Mon, 23 Jan 2012 21:49:42 +0000 (UTC) From: "Joe Bowser (Created) (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <1804199257.68538.1327355382932.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (CB-197) Soft Keyboard Detection doesn't work with the current LinearLayoutSoftKeyboardDetect MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org 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