fluttercommunity / fluttercommunity/flutter_webview_plugin
Detect if Webview scroll reach the end
- 主要言語
- Java
- スター
- 1.5k
- フォーク
- 938
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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...)
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- dart, java
- 領域
- mobile
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100