-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working in android #21
Comments
Hi! I assume this is the Syncfusion BusyIndicator. I added it to the Sample project (see below) without any issues. <core:SfBusyIndicator
Title="{localization:Translate Hello}"
AnimationType="CircularMaterial"
BackgroundColor="White"
FontSize="Title"
HeightRequest="150"
IsRunning="True"
OverlayFill="Transparent"
TextColor="Black"
TitlePlacement="Bottom" /> |
I have no idea why it doesn't work on my android emulator! and only on this SfBusyIndicator, I guess you can close the issue then |
Maybe it is a visual thing. Do you mind sharing your entire XAML view? |
Oncourse not
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
I have a simple code like
The title is showing in Windows app but not showing in Android device
But the
<Label Text="{localization:Translate SplashLoadingWaitContent}"></Label>
works on both platfroms.The text was updated successfully, but these errors were encountered: