I am developing on Android 2.2 using Java. I put an editText on a PopupWindow and it\'s not working. It acts like a disabled edit text, clicking on the edit text won\'t sho
popWindow.setFocusable(true); popWindow.update();
It will work.