Does anyone know how to enable the status bar (picture) in a javascript Windows Phone 8.1 application? I am using the javascript Pivot Template in Visual Studio 2013 with Update 2.
You'll have to add some JavaScript to the ready function of a page for example.
First get the statusbar for the current view. Than decide what to do with it:
var s = Windows.UI.ViewManagement.StatusBar.getForCurrentView();
s.showAsync(); // shows the statusbar
More about the statusbar can be found at the MSDN.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With