I am a building android app using ionic react capacitor
I added the splash screens with their correct sizes but on app loading splash screens are displayed two times.
Find below image, app splash screen displayed two times:
I tried my ways to correct it but not able to find cause.
Can someone please help me.
CodePudding user response:
I solved the problem.
Problem is that, I used transparent image for splash screens, which causing above problem of duplicate splash screen display.
By replacing all the splash screens with white background solved the problem.