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 <connolly.g...@gmail.com> 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---