Paul Hickman created CB-5767:
--------------------------------
Summary: 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.3.0, 3.2.0, 3.1.0, 3.0.0
Environment: iOS 7
Reporter: Paul Hickman
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.1.5#6160)