fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 929 forks source link

Scroll end reached #685

Open andzejsw opened 4 years ago

andzejsw commented 4 years ago

I would like to know if there is a way to know, if scroll end is reached. So far i can't see anything quite like it. There is only onScrollXChanged and onScrollYChanged listeners. Other option for me is to get webview total inline content height and compare it to onScrollYChanged returned result.

andzejsw commented 4 years ago

Needed for terms and conditions. User should proceed only when "terms & conditions" are read!

andzejsw commented 4 years ago

Added pull request for Android devices: https://github.com/fluttercommunity/flutter_webview_plugin/pull/691 IOS logic needs to be coded. For this i need help!