How to keep ion-input editable but not showing keyboard

i have my own keyboard and i want to keep input editable but i don’t want that open the keyboard.

I tried:

use readonly: but with it, i cant focus and paste

(ionFocus) - keyboard.hide when focus, but i cant select
Someone know how to keep editable, but without keyboard?

Solved? I have this same situation.