Android detect keyboard hide in landscape mode -


Using the method shown in this thread -

I know when the keyboard hides in portrait mode If the keyboard is fullscreen in landscape mode, then changes in layout are not triggered and therefore I can not see it in OnGlobalLayoutListener in the landscape mode, where the keyboard is not in fullscreen!

Please help me out? Is there no easy way to locate the keyboard hiding?

Note: I do not want to change anything in the manifest file. All this should be done dynamically through the code!

Thank you!


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -