I searched and find this solution:
$(".username_input").focus().val('').val($(".username_input").val());
This works, but on smartphone is only activated without showing up keyboard.
click()
don’t work I try it. How to activate input
field on smartphone with keyboard show up?