Page 1 of 1

WebView can't scroll

Posted: Fri Apr 17, 2020 4:29 am
by enzosanchez7u7
I had this custom view webview before and it worked just fine. But now, I erased the launcher's data to beggin from 0 and I can't scroll. When I swipe to scroll, it scrolls just a little bit and stops. I saw in google something like setVerticalGrab(true), but I don't know how to add that. I tried with Item.setVerticalGrab(true) but it says that it couldn't find that in "Item"

Re: WebView can't scroll

Posted: Fri Apr 17, 2020 12:45 pm
by JayM
item.setVerticalGrab(true);

lowercase i in item

Re: WebView can't scroll

Posted: Mon Apr 20, 2020 1:54 am
by enzosanchez7u7
JayM wrote:
Fri Apr 17, 2020 12:45 pm
item.setVerticalGrab(true);

lowercase i in item
Thanks, it worked. After hours, that was the error