gitgrimbo / android-sliding-menu-demo

362 stars 226 forks source link

Menu autoopen when android keyboard is opening #4

Open makalele2 opened 12 years ago

makalele2 commented 12 years ago

There's an issue: in my app I have EditText (which is displayed in dialog box) and your widget. When I click to focus EditText (keyboard opens) menu is automatically opening. That's a little annoying. I tried to debug if some method is called, when that happens, but I coudn't find out any action (but menu's still opening).

cathyliuwork commented 11 years ago

I got the exact same problem in my app. Can this be fixed or any solution to work around?

makalele2 commented 11 years ago

W dniu 2013-10-08 19:49, cathyliuwork pisze:

I got the exact same problem in my app. Can this be fixed or any solution to work around?

— Reply to this email directly or view it on GitHub https://github.com/gitgrimbo/android-sliding-menu-demo/issues/4#issuecomment-25912079.

Hi, I had to switch to another widget. I think it was that: https://github.com/jfeinstein10/SlidingMenu but it was some time ago and I'm not sure :D