Merge pull request #4580 from 21pages/android
force enable soft keyboard in CustomAlertDialog for mobile
This commit is contained in:
commit
ee50eccda0
1 changed files with 1 additions and 0 deletions
|
|
@ -848,6 +848,7 @@ class CustomAlertDialog extends StatelessWidget {
|
|||
if (!scopeNode.hasFocus) scopeNode.requestFocus();
|
||||
});
|
||||
bool tabTapped = false;
|
||||
if (isMobile) gFFI.invokeMethod("enable_soft_keyboard", true);
|
||||
|
||||
return FocusScope(
|
||||
node: scopeNode,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue