Skip to content

[webview_flutter] Support disabling overscroll #57090

@MagicalWater

Description

@MagicalWater

Hi,
By default, WebView scrolling is enabled on iOS
But in some cases I want to disable it

like this

_webView.scrollView.alwaysBounceVertical = NO;
_webView.scrollView.bounces = NO;

can it add a paramter on WebView class to control?

Metadata

Metadata

Assignees

Labels

P3Issues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityp: webviewThe WebView pluginpackageflutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions