Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splashscreen zoomed on hide (Android 12+ API 32+) #1653

Closed
3 tasks done
roman-rr opened this issue Aug 28, 2023 · 1 comment
Closed
3 tasks done

Splashscreen zoomed on hide (Android 12+ API 32+) #1653

roman-rr opened this issue Aug 28, 2023 · 1 comment

Comments

@roman-rr
Copy link

Bug Report

Problem

Splashscreen zoomed on hide (see video below)
ezgif-5-cb4d2acb62

What is expected to happen?

Splashscreen image/icon persist sizes

Information

Zoom is happens right on this declaration:

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

cordova build android

Environment, Platform, Device

Real device: Samsung A51
**OS: ** Android version 13

Version information

cordova --v
11.0.0
"cordova-android": "^12.0.0"

Checklist

  • I searched for existing GitHub issues
  • I updated all Cordova tooling to most recent version
  • I included all the necessary information above

Related

#1514
ionic-team/capacitor-plugins#1322

Sources for reproduction

splash-zoom-app.zip

@roman-rr
Copy link
Author

Found exact reason: id value in config.xml.
This issue only can be reproduced with default io.cordova.hellocordova, any other id value will fix this issue.

<widget id="io.cordova.hellocordova" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant