|
Rank: Advanced Member Groups: Member
Joined: 2/26/2015 Posts: 53
|
So when my app first loads i show a Loading gif, and then hide it when the LoadCompleted fires. But how do I display a loading gif inbetween navigating all pages?
Thanks,
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
You won't be able to do that. EO.WebBrowser allows you to integrate a browser engine into your app, but it does not modify the browser engine's behavior. What you are looking for can not be done on a regular browser, so it can not be done with EO.WebBrowser either.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 2/26/2015 Posts: 53
|
But wouldn't part of the browser engine's behavior include the spinning notification when a page is loading? for example, in chrome, when a page is loading the tab's icon changes to a spinning icon when loading and back to the pages icon when loaded.
Is this not possible in EO.Webbrowser?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
Ah. I thought you wanted to display a loading gif inside the WebView. If you just wish to display a loading gif somewhere else other than the WebView, you can handle the WebView's IsLoadingChanged event to show/hide your loading gif.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 2/26/2015 Posts: 53
|
Great. worked perfectly! thanks for the fast response.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
No problem. Please feel free to let us know if there is anything else.
Thanks!
|
|