We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

SfBusyIndicator can not see in xamarin.form

Hi,


I am trying to use the sfBusyIndicator in xamarin.form, running the app on iOS, but it is not possible to see it, I have followed all instructions in the online documentation.
Copy the source code of my protection from iOS project:

  public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            global::Xamarin.Forms.Forms.Init();
            LoadApplication(new App());
            new SfBusyIndicatorRenderer();
            return base.FinishedLaunching(app, options);
        }
    }

XAML xamarin.form:

<syncfusion:SfBusyIndicator x:Name="busyindicator"
                              Duration="1"
                              IsBusy="false"
                              AnimationType="HorizontalPulsingBox"
                              Title="Buscando noticias..."
                              ViewBoxWidth = "150"
                              ViewBoxHeight="150"
                              TextColor="#349C42" />

Source code in c# xamarin.form:

 public  News()
        {
           InitializeComponent();
                         
           this.busyindicator.IsBusy=true;

        }

Note: I'm using the latest stable version of sfBusyIndicator, installed with Nugets and the latest version of xamarin.form, all properly updated.

1 Reply

RK Rathana Kumar Sekar Syncfusion Team May 1, 2017 08:06 AM UTC

Hi Giovanni,

Thanks for contacting Syncfusion Support.

We were unable to reproduce the reported issue "SfBusyIndicator not visible in Xamarin.forms" from our side and we have attached the project sample which we have checked the reported issue. Please find the sample from the below link.

So, could you please provide below mentioned details,

1)Modified sample which replicates the reported issue.
2)Currently using Essential Studio version.

It will help us to provide appropriate solution on this.

Regards,
Rathanakumar S.


Loader.
Live Chat Icon For mobile
Up arrow icon