Future<bool> canScrollVertically() async { return jsWebView?.canScrollVertically().toDart ?? false; }