Android Question How to detect if keyboard is open?

jo1234

Active Member
Licensed User
Longtime User
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
 
Top