How to control label with mobile keyboard?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Sprowk
:warning: Old Version Published before Godot 3 was released.

Im trying to make simple app where i click on button. (android) mobile keyboard shows up and then i edit label with it.

Im trying to do it this way but I cant get this to work.

func _on_button_pressed:
   OS.show_virtual_keyboard(text)

func _process(delta):
   get_node("label").set_text(text)

How to do this properly?

:bust_in_silhouette: Reply From: volzhs

Use LineEdit node