Can I set the background for the whole screen when the LottieFullScreen is set to false? #433
-
When I set the background color it only changes the color of the splashscreen, not the whole screen. Is there a way to change the background of the whole screen when the splash is shown? Alternatively is there a way to set LottieFullScreen to true and then change the size of the animation? In the example screens I have the preferences set as:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I solved this problem by displaying the native ionic splash screen (@ionic-native/splash-screen/ngx) at the same time as the lottie splash screen (be sure to leave LottieFullScreen set to false). That way the static native splash screen served as a background for the lottie animation splash screen and when the app loaded the lottie splash screen didn't lag. |
Beta Was this translation helpful? Give feedback.
I solved this problem by displaying the native ionic splash screen (@ionic-native/splash-screen/ngx) at the same time as the lottie splash screen (be sure to leave LottieFullScreen set to false). That way the static native splash screen served as a background for the lottie animation splash screen and when the app loaded the lottie splash screen didn't lag.