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?