roman-rr opened a new issue, #1653:
URL: https://github.com/apache/cordova-android/issues/1653

   # Bug Report
   
   ## Problem
   Splashscreen zoomed on hide (see video below)
   
![ezgif-5-cb4d2acb62](https://github.com/apache/cordova-android/assets/10646478/e786850f-507b-41f9-ae41-8f36f44febd0)
   
   
   ### What is expected to happen?
   Splashscreen image/icon persist sizes
   
   ## Information
   Zoom is happens right on this declaration:
   ```kotlin
   View splashScreenView = splashScreenViewProvider.getView();
   ```
   File: 
`platforms/android/CordovaLib/src/org/apache/cordova/SplashScreenPlugin.java`
   Line: 145
   
   And then fade function initiated. I Guess something wring with `getView` 
function of `splashScreenViewProvider`
   
   ### Command or Code
   ```bash
   cordova build android
   ```
   
   ### Environment, Platform, Device
   **Real device:** Samsung A51
   **OS: ** Android version 13
   
   ### Version information
   <!--
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   ```bash
   cordova --v
   11.0.0
   ```
   ```json
   "cordova-android": "^12.0.0"
   ```
   
   
   ## 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
   
   ## Related 
   https://github.com/apache/cordova-android/issues/1514
   https://github.com/ionic-team/capacitor-plugins/issues/1322
   
   ## Sources for reproduction
   
[splash-zoom-app.zip](https://github.com/apache/cordova-android/files/12455688/splash-zoom-app.zip)
   
   
   
   


-- 
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