android - webview inside NestedScrollView cannot auto load more
代言
代言 2017-06-10 09:49:03
0
1
1262

Put a news link into a webview. This webview is nested in a NestedScrollView. When the page is browsed to the bottom, the next news content can be automatically loaded. However, there is no automatic loading in my webview. However, other separate webviews are OK when displaying this news link. Has anyone encountered similar problems? I googled it and found no relevant answers. It seems that Google is right in not recommending it

代言
代言

reply all(1)
伊谢尔伦

It may be a sliding conflict. The event of sliding to the bottom is intercepted by NestedScrollView, so WebView will not respond to the event of loading more to the bottom. Since WebView itself has sliding events, it is better not to put it in NestedScrollView.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template