giuseppelanzi opened a new issue, #509:
URL: https://github.com/apache/cordova/issues/509

   # Bug Report
   
   ## Problem
   Cordova@12 with [email protected].
   Setting ShowSplashScreenSpinner to true in the config.xml preference tag 
doesn't give the attended result.
   
   ### What is expected to happen?
   While showing a splashscreen the app should show a spinner too.
   
   
   ### What does actually happen?
   The splash is shown, while the spinner is not.
   
   
   ## Information
   Tested using this config.xml portion.
   ```
   <platform name="ios">
           <allow-intent href="itms:*" />
           <allow-intent href="itms-apps:*" />
           <splash src="resources/ios/splash/Default@2x~iphone~anyany.png"/>
           <splash src="resources/ios/splash/Default@2x~iphone~comany.png"/>
           <splash src="resources/ios/splash/Default@2x~iphone~comcom.png"/>
           <splash src="resources/ios/splash/Default@3x~iphone~anyany.png"/>
           <splash src="resources/ios/splash/Default@3x~iphone~anycom.png"/>
           <splash src="resources/ios/splash/Default@3x~iphone~comany.png"/>
           <splash src="resources/ios/splash/Default@2x~ipad~anyany.png"/>
           <splash src="resources/ios/splash/Default@2x~ipad~comany.png"/>
       </platform>
       <preference name="AutoHideSplashScreen" value="false"/>
       <preference name="ShowSplashScreenSpinner" value="true"/>
   ```
   
   
   ### Command or Code
   Create a new project, use the portion of configuration above and compile on 
iOS.
   
   
   ### Environment, Platform, Device
   Tested with iPad with iOS 18.0.1.
   
   
   ### Version information
   cordova@12
   [email protected]
   iPad - iOS 18.0.1
   XCode 16
   
   
   
   ## 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