J junaidahmed Well-Known Member Licensed User Longtime User Nov 10, 2012 #1 I have 10 texbox in my application,when I Open keyboard to edit 10th textbox it gets hide (10th textbox).Is there any solution to control automatically ?
I have 10 texbox in my application,when I Open keyboard to edit 10th textbox it gets hide (10th textbox).Is there any solution to control automatically ?
Erel B4X founder Staff member Licensed User Longtime User Nov 11, 2012 #2 You can use the IME library and intercept the HeightChanged event. A simpler solution is to add this code to the manifest editor: B4X: SetActivityAttribute(Main, android:windowSoftInputMode, "stateHidden|adjustPan") Upvote 0
You can use the IME library and intercept the HeightChanged event. A simpler solution is to add this code to the manifest editor: B4X: SetActivityAttribute(Main, android:windowSoftInputMode, "stateHidden|adjustPan")