-
-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Set the following MainPage:
MainPage = new ContentPage
{
Content = new VerticalStackLayout()
{
Children =
{
new AlohaKit.Controls.ProgressBar()
}
}
};Expected result:
Lonely page with a ProgressBar.
Actual result:
System.ArgumentException: 'Unable to find IAnimationManager for 'AlohaKit.Controls.ProgressBar'. (Parameter 'animatable')'
Metadata
Metadata
Assignees
Labels
No labels