how to provide login id and password to a webview ?
i had tried this way
does not work.
any help?
i had tried this way
B4X:
WebView1.LoadUrl("https://xxx.com")
Private Sub WebView1_UserAndPasswordRequired (Host As String, Realm As String) As String()
Log(Host & " host" & Realm & " - ")
Return Array As String("88988", "password")
End Sub
any help?