Chat head kind of pop up with edit text. But key pad not coming up when clicked inside
问题 I have implemented chat head kind of pop up for my application using service. And I have used edit text inside that. But problem is that when I click on edit text only cursor is visible and keyboard is not coming up. And not even able to select or copy paste the text inside that edit text. Any help? Thanks 回答1: I found solution to my problem. I was using the following code earlier:- Global variables:- private WindowManager mWindowManager; WindowManager.LayoutParams params; Then in onCreate of