Hi!
I’m currently working on an app that requires some text input, for which I use standard native.newTextField().
However, I’d like for user to have a way to quickly input some expressions/symbols that may not be available on system keyboard, therefore I need to read the position of cursor inside the field and insert text accordingly. Something like existing :setSelection() method but for getting selection instead.
Is there a way to do that? Or maybe a reasonable workaround?
Thanks!