I'm using Cordova + Ionic to build a mobile app. I'm wondering if the following is a limitation of using Cordova:
Is it possible to blend the header into the iOS header, or rather change the color of the iOS header to match my header? Like so (Instagram):
You should be able to I guess with the cordova-plugin-statusbar
found here.
Make sure to set correct settings in the config.xml
file. As described in the GitHub page.