PrgressBar --> WebView

enrique1

Member
Licensed User
Longtime User
Hi all,

I'm trying to develop an application with a WebView and I need to show the loading progress in a ProgressBar. How can I do it??

I was searching in the forum and I don't find anything. I hope don't repeat the thread..!

Thanks!
 

enrique1

Member
Licensed User
Longtime User
While?

The WebView currently doesn't expose the progress information. You can show a cyclic progress bar by setting ProgressBar.Indeterminate to true.

Thank you Erel. Now, does exists any method to know if the charged is complete??

I am trying to set ProgressBar.Indeterminate to true inside a while loop. When the charged is complete ,the loop finish and ProgressBar.Indeterminate = false
 
Upvote 0
Top