I have an EditText inside a PopupWindow.
The problem is that when i touch the EditText the SoftKeyboard is not visible. does any one have an idea how do i get the SoftKeyboard the show up ?
I have an EditText inside a PopupWindow. The problem is that when i touch
Share
Make the popup window focuseable with popupWindow.setFocusable(true). The softkeyboard can be added in on your manifest file.