Hello,
I try to use TMSFMXLiveGrid to show a table on Android /
iOS ... in that list I have 2 Float-Fields that can be edited. But if I
click on them and the keyboard is shown always the normal keyboard is
shown and not the one with numbers.
I use Delphi 10.2
TMSFMLiveGrid Version 2.2.7.10
The column in the Grid is set to Editor = etFloatEdit
In the GetCellEditorType i set CellEditorType := etFloatEdit;
What do I wrong?
I would that the user can fast edit this fields and therefore I need the number-keyboard shown.
Sincerely yours
Stralleger Gernot
Hi,
On Android, only a plain TEdit type is supported. There is a known issue with keyboard input on Android. There is unfortunately no workaround for this issue yet.