Dear Community,
i have a problem with BarcodeScanner an the Default SplashScreen.
Always when i change the background from transparent to #ffffff and reverse the splashscreen appears.
How can i hide the splashscreen at runtime?
Thanks
Dear Community,
i have a problem with BarcodeScanner an the Default SplashScreen.
Always when i change the background from transparent to #ffffff and reverse the splashscreen appears.
How can i hide the splashscreen at runtime?
Thanks
I recommend you should install the Splash Screen plugins support from the capacitor. Make sure after click to open BarcodeScanner, the function have to be SpashScreen.hide()
I removed the SplashScreen in the XML with @android:color/white …