fluttercommunity / fluttercommunity/flutter_webview_plugin
Detect if Webview scroll reach the end
- Langage dominant
- Java
- Étoiles
- 1.5k
- Forks
- 938
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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...)
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- dart, java
- Domaine
- mobile
- Type d'issue
- Fonctionnalité
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 35/100