flutter-webview-windows icon indicating copy to clipboard operation
flutter-webview-windows copied to clipboard

When tapped inside the Webview, Flutter-Window loses focus

Open Eerey opened this issue 2 years ago • 6 comments

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

Eerey avatar Feb 15 '23 16:02 Eerey

same here

paderick avatar Feb 22 '23 11:02 paderick

have you get a solution yet?

NickYoung-max avatar May 09 '23 01:05 NickYoung-max

have you get a solution yet?

No, sadly. Currently we use an external Virtual Keyboard that is not part of the main flutter app.

Eerey avatar May 09 '23 08:05 Eerey