Hi all,
I'm working on a project wherein we need to create a specialized text input field, but use exclusively a custom input keyboard (think like a calculator app). The goal is that the textfield has all of the normal textfield behaviors (tap to focus, long-tap to select, stretchy selection markers, copy / paste / selectall popup, etc, etc) - but doesn't cause the in-built keyboard to deploy. We need to append characters or substrings via some api rather than from the TextInput service.
Has anyone plowed this ground before?
Best,
pete