The KeyboardStatePage event is raised before the keyboard becomes visible and after the keyboard is hidden. There are cases where you want to do something right before the keyboard is closed. For example, to start moving a view. 1. Add to Main module at the bottom: #if OBJC @end @interface...
www.b4x.com
I need the same when the keyboard is opened, I found the following in the apple documentation: