You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by gconnolly <gi...@git.apache.org> on 2014/03/28 17:52:11 UTC

[GitHub] cordova-plugins pull request: Resize webView to handle orientation...

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 <co...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cordova-plugins pull request: Resize webView to handle orientation...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cordova-plugins/pull/8


---
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.
---