hlwhl / webview_cef

WebView for Flutter Desktop Apps using CEF(Chromium Embedded Framework) [Work in Progress]
Apache License 2.0
158 stars 44 forks source link

keyboard messed up on webview_cef: ^0.1.0,windows 11 #121

Open xianxuzhen opened 1 month ago

xianxuzhen commented 1 month ago

keyboard messed up on webview_cef: ^0.1.0,windows 11

SinyimZhi commented 1 month ago

find your main project's windows/runner/main.cpp and add hadle function for cefwebview like this @xianxuzhen