Page 4 of 5

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

Posted: Mon Apr 18, 2016 10:20 am
by taucher

Is there any update Illya Stepanov?


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

Posted: Mon Apr 18, 2016 12:51 pm
by Illya Stepanov

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


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

Posted: Wed Apr 20, 2016 10:18 am
by taucher

Hello IIlya,

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


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

Posted: Tue Jun 07, 2016 5:56 am
by saurabh8122815

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.


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

Posted: Tue Jun 07, 2016 7:27 am
by Illya Stepanov

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


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

Posted: Tue Jun 07, 2016 9:36 am
by saurabh8122815

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.


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

Posted: Tue Jun 07, 2016 1:47 pm
by Illya Stepanov

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


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

Posted: Wed Jun 08, 2016 7:13 am
by saurabh8122815

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!


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

Posted: Wed Jun 08, 2016 7:19 am
by saurabh8122815

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!


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

Posted: Wed Jun 08, 2016 8:29 am
by Illya Stepanov

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