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: launchAutoHide does not work #317

Closed
EinfachHans opened this issue Mar 17, 2021 · 1 comment · Fixed by #319
Closed

SplashScreen: launchAutoHide does not work #317

EinfachHans opened this issue Mar 17, 2021 · 1 comment · Fixed by #319

Comments

@EinfachHans
Copy link

Bug Report

Plugin

SplashScreen v0.3.6

Capacitor Version

Core: v3.0.0-rc.0
CLI: same

Platform(s)

  • ios
  • android (maybe, not tested)

Current Behavior

launchAutoHide seems to do nothing currently.

settings.fadeInDuration = config.launchFadeInDuration
showSplash(settings: settings, completion: {}, isLaunchSplash: true)

I think here the settings.autoHide should be set to config.launchAutoHide?

Expected Behavior

This may only work if fixed together with #270 but i want to use this config:

plugins: {
    SplashScreen: {
      launchAutoHide: false,
    }

and i'm expecting to not hide the SplashScreen until i call the Method.

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 30, 2022

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of the plugin, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants