I want to create smth like this
But the native keyboard always opens
The result should be like this: TextView has focus but no virtual keyboard
I can add editable="false" attr but after this i lose cursor func I would like to keep the basic functionality of the input field

You can attach to the
loadedevent and try to dismiss soft input, maybe after a little timeout.On Android you can also move the focus to another element, by listening to its
loadedevent: