ionic-super-bar icon indicating copy to clipboard operation
ionic-super-bar copied to clipboard

Transparent statusBar and awesome toolBar DEMO in ionic

Results 11 ionic-super-bar issues
Sort by recently updated
recently updated
newest added

I am using this on ionic 4.. I followed same as mentioned on doc my header get merged with statusbar when I try to find out I figure out we...

Hi Jeneser, I have used your way to make my application status bar transparent. It works great but when i include your code in my MainActivity.java file when keyboard pops...

Hello friends, I am using this solution for the transparent navbar, but at least on some cell phones, the navbar looks the letters with BLACK colors, is there any way...

The implementation of the following code breaks ionic behavior to move the focused input above the keyboard: ` if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) { getWindow().getDecorView().setSystemUiVisibility( View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN | View.SYSTEM_UI_FLAG_LAYOUT_STABLE); } ` It...

bug

hi, @jeneser I want to make dynamic navbar color on my app, how I could doing this?

How to install (ionic3?) + there is no file " MainActivity.java " in /platforms/android

Hi, Can I implement the Android transparent status bar without super bar feature? I have tried that.But unable to do that.Please see the current functionality of my app.I have successfully...

help wanted
question

Hi! Well, I got it the status bar transparent following your tips, but when app start in the splash screen, the status bar is always black. =/ Any ideia?

wontfix

Here it was only transparent by modifying the function. ``` initializeApp() { this.platform.ready().then(() => { // Okay, so the platform is ready and our plugins are available. // Here you...

question

just like native andriod don't show toolbar after 120px in full opacity show it in opacity 0.01 and in 130px it will have opacity 0.15

feature