QT 5.10 - QT Quick 2 based app - Splash Screen for Android and iOS
Solved
Mobile and Embedded
-
@scotryder hi,
The same as in any other app, c++ based or notAndroid via Manifest.xml
iOS via Storyboard -
@scotryder
a QML splash screen doesn't make much sense. Since the purpose of a splash screen is to be displayed until your app is loaded.
If you then want to display a splash screen in QML your app is actually already loaded.Thus (on Android) you need to define it "statically" via the AndroidManifest.xml: See here for example