flutter-webview-windows
flutter-webview-windows copied to clipboard
When tapped inside the Webview, Flutter-Window loses focus
If a Webview
-widget is used and the user taps (any pointer device/mouse/onTapDown) within the Webview
, the flutter-window loses it's focus.
This is not desired because in our project we want to use a customized Virtual Keyboard
that utilizes TapRegion
in order to map the Virtual Keyboard
to the text input controls of the Webview
more on TapRegion
:
https://github.com/flutter/flutter/pull/107262
same here
have you get a solution yet?
have you get a solution yet?
No, sadly. Currently we use an external Virtual Keyboard that is not part of the main flutter app.