Android Question How to load a url again? F5

Douglas Farias

Expert
Licensed User
Longtime User
hi
i m using this code
Else If Item = 3 Then
WebView1.Visible = True
WebView1.LoadUrl("http://www.vallow.com.br/eventos/")

when press back key
WebView1.Visible = False


when i click in item= 3 again
it is already opned a site dont update my url

how can i simulate F5 key in my URL?
 
Top