Hi
I’ve added a LaunchScreen.storyboard on iOS to handle both landscape/portrait views when my app launches.
I’ve also added the Capacitor Splash Screen plugin because I need to show a splash screen when the app is paused.
Ideally I would just have the LaunchScreen to avoid having to keep the static splash in sync with the storyboard. Does anyone know if that can be done?
If not, can I dump the storyboard and rely entirely on splash images - including a landscape version to be shown during boot?
Thank you for any inputs