I notice I can detect the keyboard appearing using Page1_KeyboardStateChanged but I have no way of knowing which TextField has the focus so I can then move the panel it's in up to allow the user to still see it while they type.
Hi Guys I am in the process of converting some old code to B4X using the new XUI views, in particular B4XFloatTextField. I am now having problems with the keyboard hiding the views (hopefully it's something simple that I have missed). I converted a form which used the older textField view to...