You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When i set background color for HorizontalListView like following:
BackgroundColor = "{AppThemeBinding Light={StaticResource White}, Dark={StaticResource Black}}"
and switch theme by iOS simulator settings (without restarting emulator), by Features->Toggle Appearance in iOS simulator menu - color didn't changed
To Reproduce
Create HorizontalList view with static defined colours for different themes
Switch theme by device emulator
Could you please help to resolve this issue?
The text was updated successfully, but these errors were encountered:
When using iOS theme switch by Features->Toggle Appearance in iOS simulator menu expected background color in dark mode is black (as it set as #000000) and white for light mode.
But color didn't change while theme switch.
If you need additional details please write what information you expect and i'll try to send it ASAP.
Reproduce: Run on iOS Simulator => Change theme (CMD + SHIFT + A). Result:
First time ListView does not update to new theme. Second, 3rd, 4th time, etc ListView updates but uses the wrong theme (light when it should be dark and dark when it should be light).
When interacting with the ListView, the correct theme is set.
Same happens on real device.
This works properly on Android.
Workaround is to set ListView BackgroundColor to transparent and use a grid or the page as background.
Platform:
Describe the bug
When i set background color for HorizontalListView like following:
BackgroundColor = "{AppThemeBinding Light={StaticResource White}, Dark={StaticResource Black}}"
and switch theme by iOS simulator settings (without restarting emulator), by Features->Toggle Appearance in iOS simulator menu - color didn't changed
To Reproduce
Could you please help to resolve this issue?
The text was updated successfully, but these errors were encountered: