I'm using Kendo UI and running the app on my iPhone using Inte's XDK App Preview app which works great. I've noticed when previewing the app on the iPhone 6, the status bar is not visible, although the space for the bar is there. If I minimize the app and hit the icon to bring it back into focus, I can see the status bar for about half a second and then it fades out. Running iOS 8.3 on the 6 plus and the 6, but it works fine on the 6.
I'm using in the index.html:
var app = new kendo.mobile.Application($(document.body), {
statusBarStyle: "black-translucent"
});
Anyone else notice this?