iOS Keyboard drama (again)

wow… I never even noticed that there was a clear focus!

1 Like

It’s only since Xojo changed to Mobile.

1 Like

I never noticed it, and it can help me for sure.

3 Likes

Hi @Mark_Sweeney ,
I was using your Hide Keyboard approach on a single screen in my app and it was working fine but when I added a second screen and added the code to that screen the app crashes moving from one screen to the other. They both work fine individually but if you go to both the app crashes. Any suggestions?
Thanks
Martin

@Jeremie_L PS I just tested the example and it crashes too

Please download the latest example from Github

I fixed an issue in UnregisterKeyboardWillHideNotification and UnregisterKeyboardWillShowNotification methods.

1 Like

Thanks Jeremy for the quick reply that works great.