hey , i have built my own in-app keyboard because i hade a problem with the standard keyboard resizing my app and i don't want that to happen, besides it looks better with a own themed keyboard that fits the app theme.
so my problem is : i want to prevent the default keyboard from showing when the textbox is in focus i can do that by
changing the text box to Read-only that works, but that doesn't allow the user to copy, past , set the caret to a specifique position to add or delete a word.
is there any solution to my problem ?