Window Community Toolkit implicit animations do not work on android #17834
Labels
area/composition
Categorizes an issue or PR as relevant to Composition APIs
kind/bug
Something isn't working
project/animations 🎡
Categorizes an issue or PR as relevant to animations
Current behavior
If page contains Windows Community Toolkit implicit animations, it does not get rendered at all on android. This bug might be on other platforms as well, however I have only tested it on windows and android.
Expected behavior
The page must get rendered and work as expected, if animations do not work for performance reasons it should not break the whole page.
How to reproduce it (as minimally and precisely as possible)
Run the app on windows, the page and animations work as expected.
Run on android, button and rectangle does not get rendered at all.
UnoApp1.zip
Workaround
Implicit animations can be created from code-behind using conditional compilation to make it not affect the page on android.
Works on UWP/WinUI
Yes
Environment
Other
NuGet package version(s)
"Uno.Sdk": "5.3.90"
CommunityToolkit.WinUI.Animations: 8.0.240109
Affected platforms
Android
IDE
Visual Studio 2022
IDE version
17.10.5
Relevant plugins
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: