GitHub user dpogue opened a pull request: https://github.com/apache/cordova-plugins/pull/11
Keyboard: Fix issue with UIPickerViews breaking. Going from a keyboard to a select dropdown picker triggered the show handler without ever calling the hide handler. Going from a select list to a keyboard triggered show again. At this point, the UIWebView had been shrunk to the point of having a height of 0. /cc @shazron You can merge this pull request into a Git repository by running: $ git pull https://github.com/dpogue/cordova-plugins keyboard-select Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugins/pull/11.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 #11 ---- commit d34587d265f603e1f5364039371512801d342cad Author: Darryl Pogue <dar...@ayogo.com> Date: 2014-04-29T22:08:14Z Keyboard: Fix issue with UIPickerViews breaking. Going from a keyboard to a select dropdown picker triggered the show handler without ever calling the hide handler. Going from a select list to a keyboard triggered show again. At this point, the UIWebView had been shrunk to the point of having a height of 0. ---- --- 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. ---