uno.toolkit.ui
uno.toolkit.ui copied to clipboard
[Android] Icon `ExtendedSplashScreen` theme issue
Current behavior
When opening a freshly created app on Android, the Icon of the ExtendedSplashScreen
doesn't seem to take into account the current theme of the app/system.
Expected behavior
Should be able to sync with the theme properly.
How to reproduce it (as minimally and precisely as possible)
Nuget Package:
Package Version(s):
Affected platform(s):
- [ ] WebAssembly
- [x] Android
- [ ] iOS
- [ ] macOS (AppKit)
- [ ] Mac Catalyst
- [ ] Skia
- [ ] WPF
- [ ] GTK (Linux)
- [ ] Linux Framebuffer
- [ ] Tizen
- [ ] Windows
IDE:
- [ ] Visual Studio 2022
- [ ] Visual Studio 2019
- [ ] Visual Studio Code
- [ ] Visual Studio for Mac
- [ ] Rider Windows
- [ ] Rider macOS
Relevant plugins:
Anything else we need to know?
What's the Toolkit/Uno version?
And Android version?
@kazo0
Toolkit 5.1.7
Uno 5.1.104
Android API 30
@morning4coffe-dev I'm curious what happens if you use the new Toolkit 6.1.0-dev.8 package or newer and follow this new requirement: https://github.com/unoplatform/uno.toolkit.ui/blob/main/doc/controls/ExtendedSplashScreen.md#setup-on-android
Also, what does the UnoSplashScreen
item look like in your props? Is the color set to white? Maybe a resizetizer issue? cc: @pedrojesus-work / @nickrandolph
Resizetizer doesn't support theme splash screen. It's on backlog for improvement
- https://github.com/unoplatform/uno.resizetizer/issues/157