splash-screen Questions
5
Solved
I have problem with my splash screen on Android.
Splash screen is displayed to the user during long application startup but activity background is always black. I mean background bitmap (splash ima...
Corder asked 2/10, 2014 at 5:42
6
Solved
After the splash screen loads, I am getting a action bar, but I have set postSplashScreenTheme to no action bar theme. This is happening only to android 12 emulator.
<?xml version="1.0"...
Definition asked 23/3, 2022 at 9:20
6
I followed the instructions for this blog for iOS: Building a splash screen in React Native
I was able to get the app built and the splash screen is displayed when open. However, the splash screen ...
Hengel asked 19/4, 2023 at 18:55
15
I am seeing a weird issue with a new app that I am starting. I am utilizing the new Android 12 splash screen API to create my splash screen and I followed the guide provided by Google to do so. I i...
Mikamikado asked 2/11, 2021 at 15:5
10
Solved
I'm trying to replace my old activity based splash screen in my Android app with the new Splashscreens API
So i've created a svg of my app logo, create the theme, and set in my MainActivity the ins...
Opening asked 9/11, 2021 at 8:9
7
Solved
I am learning Android's new SplashScreen API introduced with Android 12. I have so far gotten it to work on my Emulator and Google Pixel 4A, but I want to increase its duration. In my Splash Screen...
Cupel asked 26/1, 2022 at 0:9
6
I have a unique splash screen, called splash.png and sized 1280x1280, 150dpi
I use react-native-bootsplash in my React Native project, but I don't think it really matters.
My question is simple : h...
Swirsky asked 9/7, 2020 at 7:17
6
I am making a PWA and I am trying to display splash screen.
I was following this tutorial:
https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/Co...
Demolition asked 13/7, 2018 at 16:5
6
Solved
I have a problem using AnimatedSplashScreen, everything works fine to the moment I add a pageTransitionType. Then I get an error:
The following _CastError was thrown building AnimatedBuilder(anima...
Scorpion asked 2/9, 2021 at 23:16
6
Solved
Hi there I'm new to GUIs in Java and was trying to make a splash screen or an image appear for 3 seconds. Then after that it it will go onto my main program. Does anyone have an ideas how to do thi...
Acuff asked 21/4, 2013 at 18:14
0
I've just started learning flutter weeks back.
I'm building a project with Go router and Bloc & get_it for dependency injection & also making use of flutter_native_splash for my splash scre...
Brooking asked 16/3 at 4:54
9
Solved
I'm currently trying to migrate to Cordova 11 and get to grips with the new Splash Screen API, but I've found the documentation isn't exactly clear on all points. If someone could point me in a dir...
Brebner asked 17/8, 2022 at 8:27
2
Solved
I'm trying to change my Splash Screen's background color on my expo app in accordance with the system's dark/light theme configuration, however since I can't reach out for the Appearance module I c...
Blench asked 8/8, 2021 at 20:27
5
Solved
Pyinstaller recently added a splash screen option (yay!) but the splash stays open the entire time the exe is running. I need it because my file opens very slowly and I want to warn the user not to...
Verlaverlee asked 20/8, 2021 at 13:28
3
I am trying to configure a splash screen in a React native app (android). When I open the app, first app icon (ic_launcher) is displayed with a white background and then, the splash screen is displ...
Eloisaeloise asked 3/6, 2023 at 12:48
1
Solved
Before .Net 8, I could set a splash screen in the index.html file and tag in the body part.
In the new templates there isn't a index.html file anymore.
I can find a lot of info about the old pre .N...
Deformation asked 13/12, 2023 at 11:36
1
I have created a launch screen using Jetpack splash screen API everything is working fine except the windowSplashScreenAnimatedIcon is not getting displayed when the dark mode is turned on.
Even th...
Lakendra asked 18/11, 2021 at 7:3
25
Solved
How would you approach adding a splash screen to Flutter apps? It should load and display before any other content. Currently, there is a brief flash of color before the Scaffold(home:X) widget loa...
Voice asked 9/5, 2017 at 20:17
4
Solved
Dupe: WPF animated splash screen
I would like to show a splash screen for my WPF application.
what I want to do is to show it while I load dictionary from a file (it takes about 5-6 seconds to lo...
Bohon asked 12/10, 2010 at 11:38
5
Solved
In terms of PWA splash screens, do people think the code at https://pwa-splash.now.sh/ and https://medium.com/@applification/progressive-web-app-splash-screens-80340b45d210
is the most up-to-date...
Surfboard asked 25/4, 2019 at 0:20
3
So I switched to Go router recently in my app since it is very easy to implement. But I am having trouble moving from Splash Screen to Login Screen. I have logic in my Splash Screen where I check i...
Ostrich asked 17/10, 2022 at 12:23
5
Solved
I'm trying to upgrade my application to target android 31 which introduces splash screen API so I followed the migration process mentioned here, but after migration the application doesn't run beca...
Archoplasm asked 1/9, 2021 at 8:46
3
Solved
I need a full screen image on my splash screen for IOS App build using react native. I have reffered different post but most of them explains spash screen with a logo at the center and none of them...
Vineland asked 4/12, 2019 at 6:1
5
I am new to Flutter and still practicing
I am creating a splash screen but the color of splash screen is not changing
My Code:
-launch_background.xml
<?xml version="1.0" encoding="...
Aarhus asked 6/6, 2021 at 12:54
18
Solved
I have an android app which displays a white screen for 2 seconds on startup. My other apps don't do this, but this one does. I have also implemented a splashscreen with the hope that it would fix ...
Morena asked 12/12, 2013 at 14:52
1 Next >
© 2022 - 2024 — McMap. All rights reserved.