Iam working on a iOS project. I want to setup my statusbar, but it doesn't work.
I added in my config.xml:
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="StatusBarBackgroundColor" value="#000000" />
And added the Plugin to my Project:
cordova plugin add cordova-plugin-statusbar
But it doesn't work.
My version is cordova 6.3.1
Any ideas?
The solution is, I forgot to insert the cordova.js
file into index.html
.