1

I am using PopupWindow for selecting city. I am able to select(click) item in Marshmallow but not able to select in JellyBean 4.3 (Samsung Galaxy S3)

Anybody know?

Jagruttam Panchal
  • 3,152
  • 2
  • 15
  • 21

1 Answers1

1

Just add one line.

popupWindow.setFocusable(true);

It solves your problem.Enjoy :)

Parin Parikh
  • 385
  • 1
  • 6