Stefano
Stefano

Reputation: 210

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!!

Upvotes: 2

Views: 1360

Answers (1)

Alessandro Caliaro
Alessandro Caliaro

Reputation: 5768

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

Allan Ritchie UserDialogs

Upvotes: 1

Related Questions