fluttercommunity / fluttercommunity/flutter_webview_plugin

Detect if Webview scroll reach the end

Open
#945 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
1.5k
Forks
938
PR merge metrics
No merged PRs in 30d

Description

I'm implementing the EULA WebView with the "Accept" button which must be visible only when the user scrolls to the bottom of the web page.
The current scroll position is already implemented and it's working great:
```
webviewPlugin
..onScrollYChanged.listen((double offsetY) {
}
```
**Is it possible to get the max scroll value?**
(getMaxScrollAmount or similar...)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start from the webviewPlugin.onScrollYChanged listener described in the issue and inspect how the plugin exposes scroll offsets. Determine how maximum scroll information could be exposed so callers can detect the page bottom for the EULA Accept button, then verify the behavior with the plugin's existing WebView flow.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart, java
Domain
mobile
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.