Search code examples
xamarin.formsactivity-indicator

Xamarin.Forms Activity indicator always in the cernter of the device screen


how is possible to get the activity indicator always in the center of the screen independently if the page starts with a ScrollView or StackLayout or RelativeLayout ? When for example I have a Scrollview page, the activity indicator is scrolling together with the content, and therefore in some cases no longer visible, but I would like to get it always on the center of the screen, doesn't matter if I have scrolled the content or not.

Thank you in advance for any help!!


Solution

  • I suggest to you to use this library that can visualize a loading image in the center of the screen

    Allan Ritchie UserDialogs