You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the screen is rotated, the splashscreen does not fit the screen anymore and the content is not centered. The view retains the size it had when the app started. This can be seen:
at app startup, while the splashscreen is still visible (and rotating the screen)
at runtime, when showing the splashscreen with navigator.splashscreen.show() (and the screen has been rotated)
What is expected to happen?
The splashscreen should always fit the screen and has its content centered.
What does actually happen?
The splashscreen does not fit the screen. The webview content is then visible in the area of the screen not covered by the splashscreen view.
The issue has been transferred to the "cordova-ios" repository for further discussion and resolution.
Please note that the "cordova-plugin-splashscreen" repository no longer includes the iOS SplashScreen logic. This change was implemented some time ago, and the SplashScreen functionality has been integrated into the core of Cordova-iOS.
Bug Report
Problem
When the screen is rotated, the splashscreen does not fit the screen anymore and the content is not centered. The view retains the size it had when the app started. This can be seen:
at app startup, while the splashscreen is still visible (and rotating the screen)
at runtime, when showing the splashscreen with navigator.splashscreen.show() (and the screen has been rotated)
What is expected to happen?
The splashscreen should always fit the screen and has its content centered.
What does actually happen?
The splashscreen does not fit the screen. The webview content is then visible in the area of the screen not covered by the splashscreen view.
Information
config.xml:
Environment, Platform, Device
ios, iPad
Version information
cordova-ios: 6.2.0
Xcode: 13.3.1
iOS: 15.4.1
Checklist
The text was updated successfully, but these errors were encountered: