ionic-team / ionic-team/capacitor-assets
--splashBackgroundColor not working on android
Open
- Dominant language
- TypeScript
- Stars
- 583
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
I am running capacitor-assets version 1.0.14 to generate icons and splash images for an android app. I scaled down the size of the icon to about 68% and that mostly gets the size right, but the splash background color is just coming out white. For reference, this is the command I'm using:
`npm run capacitor-assets generate -- --android --iconBackgroundColor "#80daeb" --splashBackgroundColor "#80daeb"`
That correctly generates all the "drawable..." splash images with the correct light blue color, but when I launch the app the splash screen has a white background. Thanks.
Contributor guide
Assessment
This issue has not been assessed yet.