I've been searching around the forum and it looks like I need to use the following code, but the buttons remain.
Is there an issue how I open the link?
B4X:
Panel1.RemoveAllViews
Panel1.Invalidate
Activity.Invalidate
Is there an issue how I open the link?
B4X:
Dim wvBrowser As WebView
wvBrowser.Initialize("")
Activity.AddView(wvBrowser, 0, 0, 100%x, 100%y)
wvBrowser.LoadUrl("http://www.mysite.com")