Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 229350

Ionic iOS status bar

$
0
0

I might have a solution wich I didn’t tested yet, maybe you can test it out ? :blush:

import { StatusBar } from '@ionic-native/status-bar';

constructor(private statusBar: StatusBar) { }

...

// let status bar overlay webview
this.statusBar.overlaysWebView(false);

//**ALTERNATIVE**
//this.statusBar.styleDefault()

Add this to your main.ts.

Alternatively you have to add this aswell styleDefault(). Try it without first and then with it.

Post your results please :rabbit2:


Viewing all articles
Browse latest Browse all 229350

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>