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

macos Backspace key issue #112

Open simranKa opened 3 months ago

simranKa commented 3 months ago

The webpage I load in it has login page. when I enter chars in it working fine and then if I press 'Backspace' key it remove two chars at same time. It is working fine on windows getting issue in macos.

SinyimZhi commented 3 months ago

Known issue, one of the unresolved issues in adapting the input method on the Mac end.

simranKa commented 3 months ago

Any workaround, to resolve this issue.