S selvamurali Active Member Licensed User Longtime User Jan 4, 2013 #1 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
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
Erel B4X founder Staff member Licensed User Longtime User Jan 4, 2013 #2 The question is why it didn't work with WebView? Did you get any error message? Upvote 0
S selvamurali Active Member Licensed User Longtime User Jan 4, 2013 #3 No Erel. it didnt show any error message. Upvote 0
mc73 Well-Known Member Licensed User Longtime User Jan 4, 2013 #4 I see 'value' used in openBrowser, while 'lvd' in loadURL. Where is lvd defined? Upvote 0
S selvamurali Active Member Licensed User Longtime User Jan 7, 2013 #5 i used the same value like wb.loadurl(value) . then also webview didnt show the page and dont show any error Upvote 0
i used the same value like wb.loadurl(value) . then also webview didnt show the page and dont show any error
Erel B4X founder Staff member Licensed User Longtime User Jan 7, 2013 #6 If the WebView is not visible then you are not creating the layout correctly. Can you upload your project? Upvote 0
If the WebView is not visible then you are not creating the layout correctly. Can you upload your project?