Pedro Vitor
Pedro Vitor
the only way, i find to fix this, is set a long time do delay, and true to autohide.
plugins/cordova-plugin-splashscreen/src/ for android: `centeredLayout.setGravity(Gravity.BOTTOM|Gravity.CENTER); ` and `layoutParams.addRule(RelativeLayout.ALIGN_PARENT_BOTTOM, RelativeLayout.TRUE);` u can see more about gravity and relativelayout here: https://developer.android.com/reference/android/view/Gravity.html https://developer.android.com/reference/android/widget/RelativeLayout.html for ios: CDVSplashScreen.m: `_activityView.center = CGPointMake(parentView.bounds.size.width / 2, parentView.bounds.size.height / 2...
> > something like `` would be helpful > > Where would this position the spinner? Would `center` be the current default? yeah, i think center its the best
did u find some way to fix?