无法检测webview中的滚动
enter image description here目前这是我的代码。我尝试使用scrollcontroller并将gesturerecognizer设置为VerticalDragGestureRecognizer if(_scrollController.position.pixels == _scrollController.position.maxScrollExtent){ setState((){ _reachedBottom = true;}); } else { setState((){ _reachedBottom = false;); }
1条答案
按热度按时间pobjuy321#
在initState中更新your _controller如下: