[
https://issues.apache.org/jira/browse/CB-5767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13937190#comment-13937190
]
ASF GitHub Bot commented on CB-5767:
------------------------------------
Github user shazron commented on the pull request:
https://github.com/apache/cordova-plugins/pull/7#issuecomment-37759865
This pull request contains more commits than expected.
I would think these two commits are expected for this PR?:
1.
https://github.com/kant2002/cordova-plugins/commit/595e389193ff6a072c490adcd726e7af12c458af
2.
https://github.com/kant2002/cordova-plugins/commit/a35e2491645cc7d6646b955707d43801a7a8222d
> Keyboard will/did hide/show events should be passed to JavaScript
> -----------------------------------------------------------------
>
> Key: CB-5767
> URL: https://issues.apache.org/jira/browse/CB-5767
> Project: Apache Cordova
> Issue Type: Improvement
> Components: iOS
> Affects Versions: 3.0.0, 3.1.0, 3.2.0, 3.3.0
> Environment: iOS 7
> Reporter: Paul Hickman
> Labels: ios7, keyboard-plugin
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> In order to resolve the issues iOS 7 creates with the keyboard shrinking the
> view, our project needs the KeyboardWillShow, KeyboardDidShow,
> KeyboardWillHide and KeyboardDidHide native events to be raised by the
> keyboard plugin as JavaScript events, so that we can show/hide some HTML
> elements.
> Would it be possible to add observers for the "Will" events as well as the
> "Did" events, and then make all four observers execute some JavaScript to
> trigger events in the DOM.
--
This message was sent by Atlassian JIRA
(v6.2#6252)