I have an interesting problem. I use the TNumberBox component to input floating point numbers in my Android application.
If the application is run on Android 5.1 and higher, it works fine. But on Android 4.4, if the user clicks on the NumberBox, it shows a keyboard without any decimal key, so it is impossible to insert floating point numbers!
I tried to compile the application in Delphi XE7 with Android SDK 4.4, and in Delphi 10.1 Berlin with Android SDK 7.0, but the result is the same.
Is this a bug? How I can quickly fix this issue?