Questions tagged [android-splashscreen]

118 questions
16
votes
3 answers

Add multiple sizes of splash screen in ionic cordova when migrating to android 12 and above

Am trying to migrate ionic cordova app to android 12 (api 32). Cannot use tags anymore. instead that I should use . Previously I generated resources files…
15
votes
3 answers

Splashscreen Icon not showing entirely

I use the new splashscreen api to add an evenly splashscreen to all android versions down to API Level 23. Are there any requirements for the splash icon? Currently i try to use a svg and i thought it would be sized automatically on different…
Lars
  • 794
  • 7
  • 21
13
votes
1 answer

Is possible to set width for icon in Android 12 Splash screens API

I want to display app icon (120dpx120dp) in SplashScreen. I am using Splash screens but it display bigger than 120dp. For any vector, it always bigger than 120dp. After screenshot and calculate by Paint tool, I see that the app icon size in my…
Linh
  • 57,942
  • 23
  • 262
  • 279
9
votes
3 answers

React-native-splash-screen statusbar color (incompatible types)

I'm trying to implement, react-native-splash-screen on my Android APP. Splash screen works great, but when I try to customize my status bar color (see docs), I have this error: "incompatible types: int cannot be converted to boolean" I follow the…
7
votes
1 answer

Cordova splashscreen is restricted to a small circle with Cordova 11.0 and Android 12 API?

I'm doing the migration from Cordova 10.x to 11.x, and followed this article. On the former versions, user must provide the full images for all resolutions and define then using the tag; now, there's no tag anymore, but only one…
Fernão
  • 73
  • 1
  • 5
7
votes
2 answers

Android 12 Splash Screen API not working with Material Component

I've been following the documentation, but unfortunately it doesn't include the adaptation when using Material Component as app overall theme.