Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0, 3.1.0, 3.2.0, 3.3.0, 3.4.0
-
None
-
iOS 7
Description
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.