Rank: Newbie Groups: Member
Joined: 7/18/2017 Posts: 1
|
Hello,
Some time it happens that web browser control takes time to load requested page and it goes blank, so is there any way that I can show a message to user that page is loading with some kind to loading gif till the page loads.
Thanks Satish Bhatia
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,225
|
Hi,
You can use the WebView.IsLoading property and WebView.IsLoadingChanged event to display UI feedback to the user.
Thanks!
|