fluttercommunity / fluttercommunity/flutter_webview_plugin
Detect if Webview scroll reach the end
- Lenguaje dominante
- Java
- Estrellas
- 1.5k
- Forks
- 938
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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...)
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- dart, java
- Área
- mobile
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 35/100