Xamarin folk,
I would like to utilize a ProgressDialog object to indicate to the users that a URL is currently being loaded (and then turn off the ProgressDialog using the onPageFinished listener), but checking under the Xamarin WebView methods documentation, I did not see a method that was recommended on StackOverflow or other sites recommending the same thing. Is there an override that I can still access this method? It's still part of the Android documentation, so I should be able to access it somehow, right? Anyone have a way that I could accomplish this?