Hello,
I'm using the following code in b4i 8.00 to link to a website aftrer pressing a button in my app:
Public UrlWebsite As String
Public WebView1 As WebView
UrlWebsite = "http://www.nu.nl"
WebView1.LoadHtml(UrlWebsite)
the only thing I see is http://www.nu.nl on my phone, thats's it, not de website itself, what am I doing wrong?
I'm using the following code in b4i 8.00 to link to a website aftrer pressing a button in my app:
Public UrlWebsite As String
Public WebView1 As WebView
UrlWebsite = "http://www.nu.nl"
WebView1.LoadHtml(UrlWebsite)
the only thing I see is http://www.nu.nl on my phone, thats's it, not de website itself, what am I doing wrong?