Capacitor SplashScreen config ignored (ios) #17114
-
I am looking for help configuring the SplashScreen plugin. I would like to edit launchShowDuration, backgroundColor ect. Everything is perfectly explained at https://capacitorjs.com/docs/apis/splash-screen . I have installed the plugin and added the plugin section to capacitor.config.json. What else to do for editing default configuration values? Nothing is changed when i compile and deploy to xcode/simulator? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found answer myself. For others in same situation, this is the quasar.config.js option that needs to be 'false'. Else the plugin config will be ignored.
|
Beta Was this translation helpful? Give feedback.
Found answer myself. For others in same situation, this is the quasar.config.js option that needs to be 'false'. Else the plugin config will be ignored.