I can\'t seem to get this work. I already set popWindow focusable as to what I read on other forums but still no luck.
xml
Try adding this line before you show the popup:
popupWindow.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_VISIBLE);