Merge pull request #3956 from fufesou/fix/android_physical_keyboard
fix android physical keyboard input
This commit is contained in:
commit
2383246fac
@ -64,7 +64,7 @@ class InputModel {
|
||||
InputModel(this.parent);
|
||||
|
||||
KeyEventResult handleRawKeyEvent(FocusNode data, RawKeyEvent e) {
|
||||
if (!stateGlobal.grabKeyboard) {
|
||||
if (isDesktop && !stateGlobal.grabKeyboard) {
|
||||
return KeyEventResult.handled;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user