trepdas Active Member Licensed User Longtime User Jan 24, 2021 #1 Hello Good People. I need to simply display a url in a text layout whenever webview finish loading a page. I used this code : B4X: Sub webview1_pagefinished(success As Boolean,url As String) If success=True Then txturl.Text=WebView1.Url End If End Sub came out with java error. how this is done ?
Hello Good People. I need to simply display a url in a text layout whenever webview finish loading a page. I used this code : B4X: Sub webview1_pagefinished(success As Boolean,url As String) If success=True Then txturl.Text=WebView1.Url End If End Sub came out with java error. how this is done ?