furdakov opened a new issue, #343:
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/343

   # 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:
   `
   ...
       <preference name="SplashMaintainAspectRatio" value="true" />
       <preference name="FadeSplashScreenDuration" value="300" />
       <preference name="SplashShowOnlyFirstTime" value="false" />
   ...
           <splash src="res/screen/ios/SplashScreen@2x~universal~anyany.png" />
           <splash src="res/screen/ios/SplashScreen@2x~universal~comany.png" />
           <splash src="res/screen/ios/SplashScreen@2x~universal~comcom.png" />
           <splash src="res/screen/ios/SplashScreen@3x~universal~anyany.png" />
           <splash src="res/screen/ios/SplashScreen@3x~universal~anycom.png" />
           <splash src="res/screen/ios/SplashScreen@3x~universal~comany.png" />
   ...
   `
   
   ### Environment, Platform, Device
   ios, iPad
   
   ### Version information
   cordova-ios: 6.2.0
   Xcode: 13.3.1
   iOS: 15.4.1
   
   ## Checklist
   - [x ] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to