taucher
Posts: 0
Joined: Fri Apr 17, 2015 6:06 am

Ionic Framework - Splash Screen and Status Bar Problem (IOS)

Is there any update Illya Stepanov?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Ionic Framework - Splash Screen and Status Bar Problem (IOS)

We will fix this in our future releases in our builder.

But at this point you can use this workaround:

1) Create new JavaScript with Type = External lib and use default Options.
2) And insert this code in created JavaScript asset:
pre
define( ['require', 'cordova'], function(){
if (window.cordova) {
document.body.classList.add("platform-webview", "platform-cordova");
}
});
/pre

taucher
Posts: 0
Joined: Fri Apr 17, 2015 6:06 am

Ionic Framework - Splash Screen and Status Bar Problem (IOS)

Hello IIlya,

Thanks for the solution. It is working as expected now.

saurabh8122815
Posts: 0
Joined: Mon Mar 21, 2016 5:08 am

Ionic Framework - Splash Screen and Status Bar Problem (IOS)

i have same issues statusbar in my iOS app.So how u solved that problem.I have used above same code but it didn't work for me.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Ionic Framework - Splash Screen and Status Bar Problem (IOS)

Hello - Are you working with Ionic project? The above solution is only for Ionic projects.

saurabh8122815
Posts: 0
Joined: Mon Mar 21, 2016 5:08 am

Ionic Framework - Splash Screen and Status Bar Problem (IOS)

hi !

no ! i'm working on jquery project. but i'm facing the same problem in my app.so how to do in jquery app.
In my app i hve set- iOS key in (1) UIStatusbarHidden "no" and (2)UIRequireFullScreen "no". But that doesnt work.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Ionic Framework - Splash Screen and Status Bar Problem (IOS)

The jQuery Mobile is completely different framework and project. For instance you can check the solution described in this topic: https://getsatisfaction.com/apperyio/...

saurabh8122815
Posts: 0
Joined: Mon Mar 21, 2016 5:08 am

Ionic Framework - Splash Screen and Status Bar Problem (IOS)

hi !

i've used this plugin: https://github.com/apache/cordova-plu... and added JS but its not working properly still overlapping with status bar.

Thanks!

saurabh8122815
Posts: 0
Joined: Mon Mar 21, 2016 5:08 am

Ionic Framework - Splash Screen and Status Bar Problem (IOS)

hi !

i've used this plugin: https://github.com/apache/cordova-plu... and added JS but its not working properly still overlapping with status bar.

a href="https://d2r1vs3d9006ap.cloudfront.net/s ... 1465370288[/img] /a

a href="https://d2r1vs3d9006ap.cloudfront.net/s ... 1465370304[/img] /a

guide me what i'm going wrong !

Thanks!

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Ionic Framework - Splash Screen and Status Bar Problem (IOS)

It was just an example, you will need to modify it to your particular case.

Return to “Issues”