J jo1234 Active Member Licensed User Longtime User Jun 5, 2014 #1 Hi, I have a timer that should not be triggered when the keyboard of a text box is open. How can I detect if the keyboard is open? Or do I need to use the TextChanged event of the text box to detect that the user is typing? thanks, John
Hi, I have a timer that should not be triggered when the keyboard of a text box is open. How can I detect if the keyboard is open? Or do I need to use the TextChanged event of the text box to detect that the user is typing? thanks, John
R rboeck Well-Known Member Licensed User Longtime User Jun 6, 2014 #2 Look here: http://www.b4x.com/android/forum/threads/14832 You can use an event, when the screensize change. Greetings Reinhard Upvote 0
Look here: http://www.b4x.com/android/forum/threads/14832 You can use an event, when the screensize change. Greetings Reinhard