M Markos Active Member Licensed User Longtime User Feb 7, 2016 #1 Hi All, How do I move the screen up so when the keyboard pops up to type in a textfield it doesnr block the textfield box? Secondly how can I force the keyboard popup to close, what command and syntax to use. thanks
Hi All, How do I move the screen up so when the keyboard pops up to type in a textfield it doesnr block the textfield box? Secondly how can I force the keyboard popup to close, what command and syntax to use. thanks
Erel B4X founder Staff member Licensed User Longtime User Feb 7, 2016 #2 You will need to add your layout to a scrollview and then handle the KeyboardStateChanged event: https://www.b4x.com/android/forum/threads/textfield-in-scrollview.57570/#post-362322 Page.ResignFocus will close the keyboard. Upvote 0
You will need to add your layout to a scrollview and then handle the KeyboardStateChanged event: https://www.b4x.com/android/forum/threads/textfield-in-scrollview.57570/#post-362322 Page.ResignFocus will close the keyboard.