You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/03/16 14:40:42 UTC

[jira] [Commented] (CB-5767) Keyboard will/did hide/show events should be passed to JavaScript

    [ https://issues.apache.org/jira/browse/CB-5767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13937162#comment-13937162 ] 

ASF GitHub Bot commented on CB-5767:
------------------------------------

GitHub user kant2002 opened a pull request:

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

    CB-5767 Created keyboard notifications in JavaScript

    Propagate keyboard didshow/didhide notifications to JavaScript

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kant2002/cordova-plugins CB-5767

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugins/pull/7.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 #7
    
----
commit ecd672d3b77582d808e27bc3881f10e2d7d11f5d
Author: Andrey Kurdyumov <ka...@gmail.com>
Date:   2014-02-24T09:52:58Z

    Created statusbar version of plugin for Android

commit 91cb5e3ffd25162fc02fa7fef492c1fa1ed45114
Author: Andrey Kurdyumov <ka...@gmail.com>
Date:   2014-02-25T09:54:14Z

    Updated docs to include support for Android

commit 4657108626f5f0b97a6d35d2897204445356d000
Author: Andrey Kurdyumov <ka...@gmail.com>
Date:   2014-03-14T06:14:25Z

    Merge https://github.com/apache/cordova-plugins

commit 595e389193ff6a072c490adcd726e7af12c458af
Author: Andrey Kurdyumov <ka...@gmail.com>
Date:   2014-03-16T13:17:36Z

    Fire JavaScript events when keyboard did show/hide on iOS

commit a35e2491645cc7d6646b955707d43801a7a8222d
Author: Andrey Kurdyumov <ka...@gmail.com>
Date:   2014-03-16T13:26:32Z

    CB-5767 Added documentation for JavaScript keyboard events

----


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