android - Xamarin. WebView progres -


want implement custom webview progress bar both adnroid , ios versions.

using xamarin.forms this.

but can't find information how can done.

any ideas?

just use stacklayout activityiindicator , webview children , set it's visibility based on isworking property value set in webview.navigating , webview.navigated events. viewmodel has implement ionpropertychanged.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -