Android Studio TextInputEditText in PopupWindow doesn't open keyboard?

I created a TextInputLayout in Android Studio using Java and placed it in an "edit" popup window, but the keyboard never opened, although the TextInputEditText gets focus. If I place one in a non-popup window using the exact same code, the keyboard opens. Can someone help me?

thanks in advance

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
1 Answer
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
regex9
1 year ago

Sit that PopupWindow with the setFocusable-method itself as focussable and updated with the update– Method then his condition.