walterf25 Expert Licensed User Longtime User Aug 30, 2013 #1 Hello everyone, i've been searching all over how to disable the horizontal scrollbar on a webview, so far none of the things i've tried seems to work, does anyone know how i can accomplish this, any tips on how to do it will be greatly appreicated. Thanks, Walter
Hello everyone, i've been searching all over how to disable the horizontal scrollbar on a webview, so far none of the things i've tried seems to work, does anyone know how i can accomplish this, any tips on how to do it will be greatly appreicated. Thanks, Walter
Erel B4X founder Staff member Licensed User Longtime User Aug 31, 2013 #2 I think that your only option is to inject JavaScript code with WebViewExtra library that will disable the current page scrolling. Upvote 0
I think that your only option is to inject JavaScript code with WebViewExtra library that will disable the current page scrolling.