josejad Expert Licensed User Longtime User Apr 13, 2021 #2 Hi Dadaista: Want to Hide Scroll Bars in WebView WebView.LoadHtml("somecode") Dim no As JavaObject = WebView no.GetFieldjo("scrollView").SetField("showsHorizontalScrollIndicator", False) no.GetFieldjo("scrollView").SetField("showsVerticalScrollIndicator", False) error message: java.lang.RuntimeException: Field: scrollView... www.b4x.com Upvote 0
Hi Dadaista: Want to Hide Scroll Bars in WebView WebView.LoadHtml("somecode") Dim no As JavaObject = WebView no.GetFieldjo("scrollView").SetField("showsHorizontalScrollIndicator", False) no.GetFieldjo("scrollView").SetField("showsVerticalScrollIndicator", False) error message: java.lang.RuntimeException: Field: scrollView... www.b4x.com
Dadaista Active Member Licensed User Longtime User Apr 13, 2021 #3 Hi José That does not work in b4j Upvote 0
josejad Expert Licensed User Longtime User Apr 13, 2021 #4 Ups, you're rigth, I didn't see you're asking in the B4J forum sorry. Upvote 0
josejad Expert Licensed User Longtime User Apr 13, 2021 #5 This is the right one [WebView] How can i remove scrollbar from webview ? hello everyone ! how can i remove scrolls from webview on b4j ? www.b4x.com Upvote 0
This is the right one [WebView] How can i remove scrollbar from webview ? hello everyone ! how can i remove scrolls from webview on b4j ? www.b4x.com