You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS/device including version:
Android 7 on Xiaomi Redmi Note 4
Issue description:
When you set a maximum length for LineEdit, it works alright on desktop, but on Android you can write past the limit. It won't appear in the LineEdit, but the extra letters will show on virtual keyboard.
What's worse, doing "Backspace" has no effect in LineEdit until you remove all the extra letters.
passing it into Java land to an InputFilter used when requesting a keyboard. This should stop the soft keyboard apps to accept any number of characters.
Other implementations of OS::show_virtual_keyboard() (iOS and UWP, I think) will just ignore the new parameter.
Godot version:
3.2 alpha
OS/device including version:
Android 7 on Xiaomi Redmi Note 4
Issue description:
When you set a maximum length for LineEdit, it works alright on desktop, but on Android you can write past the limit. It won't appear in the LineEdit, but the extra letters will show on virtual keyboard.
What's worse, doing "Backspace" has no effect in LineEdit until you remove all the extra letters.
Minimal reproduction project:
ReproductionProject.zip
The text was updated successfully, but these errors were encountered: