Some Android keyboards don't work properly in Techmino
https://user-images.githubusercontent.com/76723917/134670074-68aed614-4300-4eda-a3c1-514fe1b17cdd.mp4
Credit to SundayLee for video. Link to discord message
- Use Gboard
- Open Techmino's console
- Cannot type properly
Also on iOS and iPadOS. Keys other than arrow keys cannot be recognised on these Operating Systems.

Was the enter key really captured by LOVE2D? If yes, which key? If no, I cannot fix this. Need some experiments. How to check this: Enter Sudo mode in the console, then execute
#TASK.new(function()for i=1,180 do YIELD()end love.keyboard.setTextInput(true)end)
then type "test" and press enter quickly in 3 seconds, the keyboard will show up after you exeute that long code. Press the "unavailable enter key" some times, hide the keyboard, then take a screen shot quickly and send it to me.
Why don't I test it myself: 8 enters of 4 keyboards on my phone all works.
ok but how do you enter sudo mode without a working keyboard
ok but how do you enter sudo mode without a working keyboard
Hmmmm maybe find a working one first, OTG keyboard or another keyboard software
Also this appears to happen on Gboard and Xiaomi's default keyboard when set to English language.
Is it possible to undo the "keyboard-fix" "fix"? It seems like it does more breaking than fixing.
Seems that love2d thinks user "inputed a newline char" instead of "pressed enter".
The keyboard-fix made it possible to type characters other than alphabets, but it do have many sideeffects, waiting for a better solution.
seems to have been fixed. thanks MrZ!
what, I haven't done anything
https://user-images.githubusercontent.com/76723917/206733687-72585d56-0c01-45bd-942d-fd6b02d56650.mp4
works perfectly
I guess the keyboard-fix devs patched the bug