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

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

GitHub user vladimir-kotikov opened a pull request:

    https://github.com/apache/cordova-plugin-statusbar/pull/59

    CB-11197 Keep status bar hidden when keyboard pops up

    This PR fixes incorrect behavior of status bar when it shows up when 
keyboard pops up even if it was hidden previously
    
    See [CB-11197](https://issues.apache.org/jira/browse/CB-11197) for details

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

    $ git pull https://github.com/MSOpenTech/cordova-plugin-statusbar CB-11197

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

    https://github.com/apache/cordova-plugin-statusbar/pull/59.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 #59
    
----
commit e9cbc1e579cc8f4c1d446ff9f0c08b250a17154c
Author: Vladimir Kotikov <kotikov.vladi...@gmail.com>
Date:   2016-05-23T11:42:22Z

    CB-11197 Keep status bar hidden when keyboard pops up

----


> Android status bar appears when keyboard pops up.
> -------------------------------------------------
>
>                 Key: CB-11197
>                 URL: https://issues.apache.org/jira/browse/CB-11197
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Statusbar
>    Affects Versions: 2.1.0
>         Environment: cordova 6.1.1
> cordova-plugin-console 1.0.2 "Console"
> cordova-plugin-device 1.1.0 "Device"
> cordova-plugin-file 3.0.0 "File"
> cordova-plugin-file-transfer 1.4.0 "File Transfer"
> cordova-plugin-statusbar 2.1.3 "StatusBar"
> cordova-plugin-whitelist 1.2.0 "Whitelist"
>            Reporter: David Hooey
>            Assignee: Vladimir Kotikov
>              Labels: regression, triaged, wfc
>         Attachments: NoStatusBar.png, 
> StatusBarShowsAfterKeyboardShowAndHide.png
>
>
> When configuring for full screen app, the statusbar will appear when the 
> keyboard pops up for input. The iOS build is fine. The previous version 
> {{cordova-plugin-statusbar 2.0.0}} does not exhibit this problem.
> {code}
>     <preference name="StatusBarOverlaysWebView" value="true" />
>     <preference name="DisallowOverscroll" value="true" />
>     <preference name="Fullscreen" value="true" />
> {code}
> Also mentioned in this 
> [post|http://stackoverflow.com/questions/36156357/cordova-status-bar-plugin-doesnt-work-in-android-when-keyboard-pops-up].



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to