isWebViewAtScreenTop method
Implementation
bool isWebViewAtScreenTop() {
//TODO: try to compare to parent scrollView y offset (this will help with stuff like ActionBar, etc..)
return _tblWebView.getPositionOnScreen(_buildContext).dy <= 1;
}
bool isWebViewAtScreenTop() {
//TODO: try to compare to parent scrollView y offset (this will help with stuff like ActionBar, etc..)
return _tblWebView.getPositionOnScreen(_buildContext).dy <= 1;
}