You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "lijingjing (JIRA)" <ji...@apache.org> on 2015/08/19 08:08:45 UTC

[jira] [Updated] (CB-9513) Click status bar button have no response in Fullsrceen

     [ https://issues.apache.org/jira/browse/CB-9513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

lijingjing updated CB-9513:
---------------------------
    Description: 
Test Steps:
1.cordova create statusbar com.example.statusbar statusbar
2.cordova platform add android
3.config.xml-----add:
{code}
<preference name="Fullscreen" value="true" />
<preference name="disableImmersive" value="true" />
{code}
4.replace index.html:
{code}
<script src="./cordova.js"></script>
<div id="header">
  <h3 id="main_page_title">Status Bar Test In Fullscreen</h3>
</div>\n<br><br>
<p>Click "Status Bar Show" button to show status bar:</p>
<button onclick="StatusBar.show();">Status Bar Show</button><br><br>
<p>Click "Status Bar Hide" button to hide status bar:</p>
<button onclick="StatusBar.hide();">Status Bar Hide</button>
{code}
5. cordova plugin add cordova-plugin-statusbar.
6. cordova plugin add cordova-plugin-crosswalk-webview.
7. cordova build android.
8.Then install statusbar.apk on the test device.
9.click "status Bar show/hide" button.

Expected Outcome:
Status Bar can show or hide.

Actual Outcome:
have no response.

  was:
Test Steps:
1.cordova create statusbar com.example.statusbar statusbar
2.cordova platform add android
3.config.xml-----add:
{code}
<preference name="Fullscreen" value="true" />
<preference name="disableImmersive" value="true" />\n</widget>
{code}
4.replace index.html:
{code}
<script src="./cordova.js"></script>\n
<div id="header">\n
  <h3 id="main_page_title">Status Bar Test In Fullscreen</h3>\n
</div>\n<br><br>\n
<p>Click "Status Bar Show" button to show status bar:</p>\n
<button onclick="StatusBar.show();">Status Bar Show</button><br><br>\n
<p>Click "Status Bar Hide" button to hide status bar:</p>\n
<button onclick="StatusBar.hide();">Status Bar Hide</button>
{code}
5. cordova plugin add cordova-plugin-statusbar.
6. cordova plugin add cordova-plugin-crosswalk-webview.
7. cordova build android.
8.Then install statusbar.apk on the test device.
9.click "status Bar show/hide" button.

Expected Outcome:
Status Bar can show or hide.

Actual Outcome:
have no response.


> Click status bar button have no response in Fullsrceen
> ------------------------------------------------------
>
>                 Key: CB-9513
>                 URL: https://issues.apache.org/jira/browse/CB-9513
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Statusbar
>    Affects Versions: 4.1.0
>         Environment: Test Device: Google nexus5
>            Reporter: lijingjing
>
> Test Steps:
> 1.cordova create statusbar com.example.statusbar statusbar
> 2.cordova platform add android
> 3.config.xml-----add:
> {code}
> <preference name="Fullscreen" value="true" />
> <preference name="disableImmersive" value="true" />
> {code}
> 4.replace index.html:
> {code}
> <script src="./cordova.js"></script>
> <div id="header">
>   <h3 id="main_page_title">Status Bar Test In Fullscreen</h3>
> </div>\n<br><br>
> <p>Click "Status Bar Show" button to show status bar:</p>
> <button onclick="StatusBar.show();">Status Bar Show</button><br><br>
> <p>Click "Status Bar Hide" button to hide status bar:</p>
> <button onclick="StatusBar.hide();">Status Bar Hide</button>
> {code}
> 5. cordova plugin add cordova-plugin-statusbar.
> 6. cordova plugin add cordova-plugin-crosswalk-webview.
> 7. cordova build android.
> 8.Then install statusbar.apk on the test device.
> 9.click "status Bar show/hide" button.
> Expected Outcome:
> Status Bar can show or hide.
> Actual Outcome:
> have no response.



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

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