WebView can't scroll

This is the place to ask "How do I ...?"
Post Reply
enzosanchez7u7
Posts: 9
Joined: Tue Mar 10, 2020 6:57 pm

WebView can't scroll

Post by enzosanchez7u7 » Fri Apr 17, 2020 4:29 am

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"

User avatar
JayM
Posts: 91
Joined: Tue Jan 29, 2019 11:57 pm

Re: WebView can't scroll

Post by JayM » Fri Apr 17, 2020 12:45 pm

item.setVerticalGrab(true);

lowercase i in item

enzosanchez7u7
Posts: 9
Joined: Tue Mar 10, 2020 6:57 pm

Re: WebView can't scroll

Post by enzosanchez7u7 » Mon Apr 20, 2020 1:54 am

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

Post Reply