Details
-
Test
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
-
Nexus 5, Android 6.0.1
Description
When I test in PhoneGap developer, everything is working fine. However, after I uploaded the code to PhoneGap Build, and installed it on my Android Phone (Android 6.0.1); it wasnt working... I think I've done something wrong in the config.xml:
<plugin name="org.apache.cordova.statusbar" spec="0.1.4" source="pgb" />
<preference name="StatusBarOverlaysWebView" value="true" />
<preference name="StatusBarBackgroundColor" value="#6AB1E7" />
Is what I've added to the standard stuff.
Here the code that I've used for the app: https://mega.nz/#!WoATAZjI!jthDn1XWo9CVBMo7WvndxwR5nKYQ0NonEfWu7zjDbCk