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
Post a Comment