Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LuisThein/webview_flutter_textinput
Workaround for current webview_flutter versions with unfocusable input fields.
https://github.com/LuisThein/webview_flutter_textinput
Last synced: 3 months ago
JSON representation
Workaround for current webview_flutter versions with unfocusable input fields.
- Host: GitHub
- URL: https://github.com/LuisThein/webview_flutter_textinput
- Owner: LuisThein
- License: mit
- Created: 2019-04-08T15:12:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T14:16:21.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T14:09:59.791Z (7 months ago)
- Language: Dart
- Size: 53.7 KB
- Stars: 14
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webview_flutter_textinput
Example Flutter App with workaround for current webview_flutter versions (0.3.7+1) with unfocusable input fields on Android.This example uses the ability to run Javascript inside the Webview and propagating back focus events to the Dart code in order to open the keyboard on a hidden input field, where you input the Text and set it through Javascript as the Value of the input Field on the Website.