iOS Question B4XPages - ShowPage open keyboard not smooth with open page animation

Alexander Stolte

Expert
Licensed User
Longtime User
I want to open a new page and directly open the keyboard so that the user can type something faster. The problem is, when the page opens, there is an animation, if you open the keyboard during the "open" aniamtion, then the animation bugs around and the page does not open smoothly.

Is there a way to find out the duration of this "open" animation so that I don't open the keyboard until it's done? or is there an event that fires when the page is done?

I have attached an example project that shows the problem when you open the next page.
 

Attachments

  • ShowKeyboard.zip
    8.7 KB · Views: 125
Top