Hi,
Is there a way of implementing ActivityIndicator via Xamarin Forms and that indicator to be covering the whole page? (including all of the bars, if there are any).
Right now I am developing an app for iOS and if I create and add an indicator (in the context of a Content Page), It will cover only the content area of the page and NOT the NavigationBar and the TabBar. What I want to do is to cover the whole area thus, once the user opens a certain page, to not be able to navigate to another page as long as the requests that are initiating are not finished.
P.S. I say this article: http://developer.xamarin.com/recipes/ios/standard_controls/popovers/display_a_loading_message/
Unfortunately, the article is for native iOS code. I tried to plug it in a ContentPage that is created via the forms, but I couldn't make it work.
Any help would be really appreciated!
Thanks in advance!
Regards,
Mihail