dear team
i have a list view with twolineslayout when i click the listview item it didnt open in webview but its open via StartActivity(web.OpenBrowser(value))
what is the problem . let me know what am missing.
Sub RSS_ItemClick(Position As Int, Value As Object)
StartActivity(web.OpenBrowser(Value)) 'Open the browser with the link
'wb.LoadUrl(lvd)
End Sub
i have a list view with twolineslayout when i click the listview item it didnt open in webview but its open via StartActivity(web.OpenBrowser(value))
what is the problem . let me know what am missing.
Sub RSS_ItemClick(Position As Int, Value As Object)
StartActivity(web.OpenBrowser(Value)) 'Open the browser with the link
'wb.LoadUrl(lvd)
End Sub