Hello!
When I touch textfield on iPad, a native keyboard opens. In order to do something with native keyboard one needs a reference to it. So the question is - how to access the keyboard which opens automatically? I understand that I can keyboard = Open(), but that’s not exactly what I’d like to do in this particular case.
Thank you!