commit | 560694c5b58eed8a46e57b1dd61e701591209340 | [log] [tgz] |
---|---|---|
author | Michael Klimushyn <mklim@google.com> | Fri Aug 09 17:31:50 2019 -0700 |
committer | GitHub <noreply@github.com> | Fri Aug 09 17:31:50 2019 -0700 |
tree | deb0b79e1a07af83774403485b41bd399dd5d354 | |
parent | 40ef139ceda28c2390b3cb53fa2785d5ed690602 [diff] |
[webview_flutter] Fix double tap on resize issue (#1965) WebView is incorrectly dropping some input events as unhandled. Previously we were restarting the input connection to try and work around this, but that causes a long tail of bugs in various SDK and WebView versions. Stop the events from bubbling instead since they still appear to be correctly handled despite being marked wrong. Long term we should figure out why this is happening in WebView and figure out a deeper fix for this issue, but this workaround solves the linked bugs in the immediate short term.
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter first-party plugins (i.e., plugins developed by the core Flutter team). Check the packages
directory for all plugins.
Flutter plugins enable access to platform-specific APIs. For more information about plugins, and how to use them, see https://flutter.dev/platform-plugins/.
These plugins are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo.
If you wish to contribute a new plugin to the Flutter ecosystem, please see the documentation for developing packages and platform channels. You can store your plugin source code in any GitHub repository (the present repo is only intended for plugins developed by the core Flutter team). Once your plugin is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing plugins in this repo, please review our contribution guide, and send a pull request.
These are the available plugins in this repository.
Learn more about FlutterFire.