LineEdit and EditText doesn't recognize touch on Android

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Thiago Koster Lago

Hi guys,
I’m making my first Godot project and I can’t find the solution for this problem…
I added a LineEdit in my scene and when I click with the mouse works with no problems.
But when I export to Android it seems that the LineEdit node does’t recognize touch, I tried with TextEdit and had the same result. My scene has TouchScreenButtons that works.
Anyone have this problem?
Thanks in advance!

:bust_in_silhouette: Reply From: ondesic

In the project settings you can make touch emulated by the most and the mouse smiled by touch. Are these set?

:bust_in_silhouette: Reply From: Iderval

Hi.
LineEdit and TextEdit indeed does’t recognize touch.
Here are some suggestions to overcome this issue.