Scrollbars in webview

cstangor

Member
Licensed User
Longtime User
So I'm adding a webview to an activity:

Dim wv As WebView
wv.Initialize("wv")
Activity.AddView(wv, 0, 0, 100%x, 100%y)

but it doesn't display any scrollbars (actually they show briefly and then disappear) so I can't navigate.

Thanks in advance.
 

cstangor

Member
Licensed User
Longtime User
Yes it's a bit better on my phone through the b4a bridge, but I cannot scroll all of the way to the right side of the page.

Thanks
 
Upvote 0
Top