Hi All,
I’m having issues with the Statusbar…
I have added:
</head>
<body>
<div id="app">
<!-- Status bar overlay for fullscreen mode-->
<div class="statusbar"></div>
<!-- Your main view, should have "view-main" class -->
<div class="view view-main ios-edges">
</div>
and I have this in my app declaration
statusbar: {
enabled: true,
overlay: “auto”,
iosOverlaysWebView: true,
androidOverlaysWebView: true
},
when I call statusbar.show() and .hide() it does work. .isVisible() also correctly shows false or true, however, when the user clicks an input, the keyboard shows and the statusbar should show, but it does not.
oh, I’m testing on Android currently.
am i missing something? many thanks,
Scott