0

Here on the 22nd slide is a paragraph:

enter image description here

"The popup keyboard is acomplished with a bitmap in Andoid..."

But as I know there is no way to check if keyboard is opened or some methods like 'solo.waitForKeyboard' as methods like 'solo.waitForDialog'.

Are there any method (or maybe hacks\workarounds) to wait for this keyboard-bitmap?

dilix
  • 3,761
  • 3
  • 31
  • 55
  • InputMethodManager keyboard = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); and then some keyboard.isActive ? – Pavenhimself Sep 04 '14 at 08:50
  • "Return true if any view is currently active in the input method." Seems like not what I want, could return true even keyboard is not shown. – dilix Sep 04 '14 at 09:08
  • 1
    Seems like a negative according to this post: http://stackoverflow.com/questions/3081276/android-detect-softkeyboard-open – Pavenhimself Sep 04 '14 at 09:12

0 Answers0