Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.