godotengine / godot-demo-projects

Demonstration and Template Projects
https://godotengine.org
MIT License
5.93k stars 1.65k forks source link

LineEdit on Android doesn't work #386

Closed antocorr closed 4 years ago

antocorr commented 4 years ago

Which demo project is affected:

Multiplayer Bomber

OS/device including version:

Mac OSX Mojave 10.14.6 (18G103)

Issue description:

By tapping on a LineEdit the virtual keyboard pops up but it doesn't work if you type/delete something

I also tried to create a new scene with a Control node and a LineEdit.

BTW It works building from 3.1.2

Screenshots of issue:

Calinou commented 4 years ago

Can you reproduce this in any other project? If so, this should be reported on the main Godot repository, not here.

cenullum commented 4 years ago

yes it doesn't work. On pc build works properly

Calinou commented 4 years ago

This is actually due to a Godot bug which has been solved in 3.2.1 RC1: https://github.com/godotengine/godot/issues/35753