0

I have PopupWindow where root element is scrollview and EditText on it (login window). All components are shown and scroll disabled. But when soft keyboard is enabled it hide components under EditText. Is it possible enable scrolling when the keyboard is displayed?

Akshay
  • 2,452
  • 3
  • 33
  • 51
anber
  • 2,914
  • 5
  • 32
  • 56

1 Answers1

-1

Its possible. Check this link to know how to detect if a keyboard is visible on your screen.

Once you detect that, just set scrollable property to your layout.

Hope this helps.

Community
  • 1
  • 1
Shafi
  • 1,358
  • 10
  • 24