A Flutter plugin for creating WebViews with seamless bi-directional communication between Flutter and JavaScript, built on top of the webview_flutter package (version 4.8.0).
We use addJavaScriptChannel to communicate between JS and flutter. A minimal reproducible code is attached at code sample part. The expected result is that the webview will scroll to the target scroll ...