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

[capacitor] Splashscreen is not hidden by Quasar even if quasar.conf.js is set to do it #5915

Closed
rstoenescu opened this issue Dec 19, 2019 · 4 comments

Comments

@rstoenescu
Copy link
Member

Description in title.

rstoenescu added a commit that referenced this issue Dec 19, 2019
… > capacitor > hideSplashcreen is not set to "false" #5915
@rstoenescu
Copy link
Member Author

Fix will be available in "@quasar/app" v1.4.2.

mesqueeb pushed a commit to mesqueeb/quasar that referenced this issue Feb 2, 2020
@vycoder
Copy link

vycoder commented Mar 11, 2020

Hi, I'm having the same issue now. I'm on:

quasar - 1.9.8 
@quasar/app - 1.6.0
@quasar/extras - 1.5.2 

I'm trying enable these options on quasar.conf.js:

module.exports = function (ctx) {
  return {
    ...
    capacitor: {
      iosStatusBarPadding: true,
      hideSplashscreen: false // disables auto-hiding the Splashscreen by Quasar CLI
    }
  }
}

I tried putting it on framework.config. But it doesn't work. It seems to be only working when I put it directly at capacitor.config.json

@rstoenescu
Copy link
Member Author

@vycoder
Just for the record: have you set "hideSplashscreen" to true? Setting it to false means "don't hide".

@vycoder
Copy link

vycoder commented Mar 11, 2020

@rstoenescu yes. I was hiding it manually using capacitor's SplashScreen plugin.

A bit of context, if it will help: I'm seeing a certain delay between hiding the SplashScreen and the actual rendering of my app. I'm not sure if it's because running it on dev mode is slow or there's really just a lag there. So I figured to just hide it manually.

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

No branches or pull requests

2 participants