iOS on screen keyboard

Is it possible to change the location of this? If i’m editing values at the top of the screen it’s fine as I can still see the control whilst typing values in at the bottom. I’d like to be able to have the keyboard at the top of the screen if I’m editing values at the bottom… is this possible?

thx

The iOS screen keyboard is always at the bottom of the screen. You will need to move your view up to keep it visible. Or create a custom keyboard component.

cool, thx for confirming…

are there any notifications sent out before JUCE fires up the on screen keyboard so that we can take any action required to reposition stuff?

thx