I have a webpage displayed with flutter_webview_plugin which is the size of the devices screen. So I have no need for scrolling. And on Android it works good. But on iOS when I drag my finger vertically it will bounce on top and bottom, showing white space.
Can I stop vertical scrolling completely? Or is it possible to disable the bounce?