C cstangor Member Licensed User Longtime User Dec 13, 2012 #1 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.
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.
Erel B4X founder Staff member Licensed User Longtime User Dec 13, 2012 #2 Scrollbars should show automatically when the page is larger than the size of the view. Upvote 0
C cstangor Member Licensed User Longtime User Dec 13, 2012 #3 OK, but it doesn't seem to for me: capture - cstangor's library Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 13, 2012 #4 Can you upload your project? Upvote 0
margret Well-Known Member Licensed User Longtime User Dec 13, 2012 #5 I believe he is on an Emulator. Try your code on a real device. Upvote 0
C cstangor Member Licensed User Longtime User Dec 13, 2012 #6 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
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