XOJO IOS textfield issue entering data

Has anyone been able to get a textfield working locked to the bottom of the page in IOS, when I do it, the second time you enter data the keyboard hides the input field. Pretty much makes it impossible to enter data on IOS for a chat tool. I’ve posted on the Xojo forum and to support. However still not seen a reply on either.

Well I don’t use Xojo for iOS and have developed a custom subclass for TextField and TextView that automatically slide themselves to a position above the keyboard if/when they have focus…So this is never an issue for me any more… But unfortuatly that code won’t help with Xojo.