I place an EditText on a PopupWindow in my android project. When set PopupWindow.setFocusable to the false, the soft keyboard will not be show. And when set PopupWindow.setFocusable to the true, the EditText is focused and activity go to sleep!
Other item on the pop up window works, but back button on the phone and clicking outside the pop up does not close it.
Thanks in advance.
I place an EditText on a PopupWindow in my android project. When set PopupWindow.setFocusable
Share
I just set
setBackgroundDrawableofPopupWindow. Everything seems be OK! I’m in consternation!!