Skip to main content

Questions tagged [splash-screen]

The splash screen is a rectangular or full screen image which appears while a software product is loading (OS, CAD, game, etc). Often it contains a progress bar, indicating the loading phases.

0 votes
0 answers
13 views

React-native-splash-screen Resource and asset merger: Can't determine type for tag <ImageView

i was adding react native splash screen on my project , while adding the logo on splash screen, it says Execution failed for task ':app:mergeDebugResources'. ERROR: D:\project\project\android\app\src\...
mriganka hazarika's user avatar
1 vote
1 answer
82 views

Splash screen background turns to grey in Android App(Apache cordova) on miui (13.0.10)

I am using Apache cordova to create an app. My splash screen background is set to white however when dark mode is enabled it becomes greyish. It is white when I change it to light mode. config.xml <...
hehe's user avatar
  • 619
0 votes
0 answers
42 views

Android Studio / How can I set 1 image on splash screen on API 31?

Is it possible set one image on splash screen? I want to set only one image because the app icon, app name and brand name are already in the image. So I don't have to set background color or icon. I ...
chaeng's user avatar
  • 1
-1 votes
1 answer
32 views

Splash Screen is not showing ionic vue capacitor

I am experiencing an issue with the splash screen not displaying in my Ionic Vue project using Capacitor. Despite following the standard setup instructions, the splash screen does not appear when the ...
shoaibdevs's user avatar
0 votes
1 answer
39 views

Capacitor Splash Screen - Ionic React

I'm trying to implement a splash screen on my Ionic React project using Capacitor Splash Screen Plugin. In my capacitor.config.ts I have the splash resource name as 'splash', which is default, but ...
David Valente's user avatar
-3 votes
1 answer
35 views

How to create Splash Screen for React native project

I am working on a React Native app. A white screen issue is coming when I launch my app on Android and iOS. I need a Splash screen for Android and iOS to fix the white splash screen issue. I have ...
Nikhil Sharma's user avatar
1 vote
0 answers
51 views

Flutter remove white circle in image splash screen

I've problem in flutter splash screen this image the image dont have backgroundcolor is png . in flutter splash screen <?xml version="1.0" encoding="utf-8"?> <!-- Modify ...
Achraf's user avatar
  • 11
0 votes
1 answer
45 views

How to display a text message on a splash screen with pyi_splash.update_text("message")?

I am trying to show a text message on a splash screen using the command pyi_splash.update_text('message') The example code here shows how to use pyinstaller to get the splash screen image to display ...
Gideon's user avatar
  • 39
0 votes
0 answers
18 views

Capacitor Android issue splash screen instead of camera

I am using to scan the qr code this plugin: @capacitor-mlkit/barcode-scanning. It was working fine, after that i added the splash image on Android I see the splash screen instead of the camera. The ...
Luca Spezzano's user avatar
0 votes
1 answer
33 views

React-Native Expo: Show only SplashScreen when loading fonts

How do I only show the SplashScreen instead of an emtpy view when waiting for loading the fonts and other async tasks? The problem I'm currently facing (on Android & iOS) is that when the fonts ...
bananajoey88's user avatar
0 votes
0 answers
28 views

React native splash screen will not disappear

I am new to React Native and I am trying to implement a splash screen by using the following guide: https://medium.com/@svbala99/set-up-splash-screen-in-react-native-for-ios-and-android-2023-...
Nadia Niemier's user avatar
0 votes
0 answers
72 views

Double splash screen To fix, update your app to use the SplashScreen API

I have warning in closed testing, i have implement splash screen API in my project, but play store always detected double splash screen in android 12 or higher. Please help me to fix this problem @...
Iqbal Maulana's user avatar
-1 votes
1 answer
32 views

How to add an additional icon at the bottom of the splash screen in the android 12+ and needs to work with the lowest models as well

I need to show a splash screen with the Appicon at the center and an additional logo at the bottom of the splash screen. How to add the additional icon at the bottom of the splash screen in the ...
sejn's user avatar
  • 2,318
0 votes
0 answers
44 views

How to get screen splash animated in application created by PyInstaller

I created PyQt application and bundle it using PyInstaller Because the unpacking time is huge I need splash screen until all application is uploaded My top-level program main.py includes import os,sys ...
Dofin's user avatar
  • 1
0 votes
1 answer
113 views

Flutter Native Splash Screen package causing the app not to run in the android emulator

I'm trying to add a Splash Screen to my flutter app, but when I add the "flutter_native_splash" dependency to my pubspec.yaml file, I cannot run the android emulator. When I press "...
Flying Chicken's user avatar

15 30 50 per page
1
2 3 4 5
249