canScrollVertically method
Returns true
if the webpage can scroll vertically, otherwise false
.
NOTE for Web: this method will have effect only if the iframe has the same origin.
NOTE for MacOS: it is implemented using JavaScript.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS
- MacOS
- Web
Implementation
Future<bool> canScrollVertically() {
throw UnimplementedError(
'canScrollVertically is not implemented on the current platform');
}