Hi All,
Can someone help provide the equivalent B4I code to the one below
Private Sub InvokeLoginURL(UrlToInvoke As String, UserName As String, Password As String )
If WebView1.IsInitialized = False Then
WebView1.Initialize("WebView1")
Activity.AddView(WebView1, 0, 0%y...