A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Hello,
You need to modify the function GetBlobStorage(string FileName) in your AzureService.cs to the following style:
public async Task<string> GetBlobStorage(string FileName) {
string text = string.Empty;
using (UserDialogs.Instance.Loading(AppResources.Loading))
{
await Task.Delay(1);
// your logic code
}
return text;
}
Then, the Loading Dialog will appear.
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.