[
https://issues.apache.org/jira/browse/CB-10283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15132909#comment-15132909
]
Ray Shan commented on CB-10283:
-------------------------------
Hi Joe, definitely using Cordova 6.0.
Per 2nd notes bullet point, after black bar goes away, I can log out
window.innerHeight in console and it returns 1280, not 1255, so I assume in
this case window.innerHeight is working correctly. Regardless of whether
window.innerHeight buggy, I can definitely see the bottom black bar with my
eyes and the top transparent bar when hiding the app using the home button, so
something is wrong.
Would a video help?
> Displays white bar at the bottom of the android app.
> ----------------------------------------------------
>
> Key: CB-10283
> URL: https://issues.apache.org/jira/browse/CB-10283
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android, CordovaLib
> Affects Versions: 6.0.0, 5.3.3
> Environment: Cordova cli 5.3.9 and Cordova 4.1.1
> Android Sumsung s6 (v5.0)
> jquery.mobile-1.4.5.min.js
> Reporter: Devshi Patel
> Labels: android, fullscreen, statusbar, test, viewport
> Original Estimate: 504h
> Remaining Estimate: 504h
>
> When the app starts it displays a white bar at the bottom of the screen like
> a status bar. This happens frequently but not always.
> I have been using Cordova cli 4.2 & Cordova 4.0 without any problems. the
> app is on google play store.
> I am using jquery mobile framework version 1.4.5
> I think the issue is with webview display.
> The code for MainActivity.java file
> public void onCreate(Bundle savedInstanceState) {
> super.onCreate(savedInstanceState);
> super.loadUrl("file:///android_asset/www/index.html");
> new SimpleEula(this).show();
> }
> index.html
> <meta charset="utf-8">
> <meta name="viewport" content="initial-scale=1, minimum-scale=1,
> maximum-scale=1" />
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]