Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 78A1311181 for ; Fri, 28 Mar 2014 16:52:16 +0000 (UTC) Received: (qmail 61025 invoked by uid 500); 28 Mar 2014 16:52:15 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 60541 invoked by uid 500); 28 Mar 2014 16:52:13 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 60524 invoked by uid 99); 28 Mar 2014 16:52:11 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Mar 2014 16:52:11 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 984B18B1E72; Fri, 28 Mar 2014 16:52:11 +0000 (UTC) From: gconnolly To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-plugins pull request: Resize webView to handle orientation... Content-Type: text/plain Date: Fri, 28 Mar 2014 16:52:11 +0000 (UTC) GitHub user gconnolly opened a pull request: https://github.com/apache/cordova-plugins/pull/8 Resize webView to handle orientation change when keyboard will hide The webView does not get properly resized if the orientation changes before the keyboard is dismissed. This issue was introduced by CB-5516. Rather restoring the entire savedWebViewFrame, just use the origin of the savedWebViewFrame to transform the the viewController.view.bounds. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gconnolly/cordova-plugins master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugins/pull/8.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #8 ---- commit 6f60ce76e924bb82d4cabdac908aa988bebf9149 Author: Gene Connolly Date: 2014-03-28T16:51:14Z Resize webView to handle orientation change when keyboard will hide The webView does not get properly resized if the orientation changes before the keyboard is dismissed. This issue was introduced by CB-5516. Rather restoring the entire savedWebViewFrame, just use the origin of the savedWebViewFrame to transform the the viewController.view.bounds. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---