Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cordova: white screen persists on android 5.0(and higher)

I an working with cordova 6 to manually hide the splashscreen with navigator.splashscreen.hide(). The app is in angular. It works fine with all android versions below 5.0.

However the white screen persists for Lollipop and Marshmallow.

Is there an issue with the android APIs for higher versions?

like image 507
Sankalp Tambe Avatar asked Oct 30 '22 02:10

Sankalp Tambe


1 Answers

Yes,And its not a problem with angular its problem with incompatible versions of plugins and platform for that you need to upgrade your plugin to higher version or keep your platform to lower version. And main dependency thing in cordova is if you want to update your platform you need update npm first, if you want to update your npm you need to update node.js first.

like image 178
NGB Avatar answered Nov 12 '22 11:11

NGB