Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

After press a key, view go down, only in S3

I have a weird problem. I have a view with a editext field, when the user tap over this, the keyboard shows (I'm using android:windowSoftInputMode="adjustPan"), so this is ok. The problem happen when I press any key, after that, the view goes down and the keyboard keep visible, so the edittext is hidden behind the keyboard. I don't know why is happening that. My code is working on S2, Nexus 4 and HTC One, and only is failing in Samsung Galaxy S3. If I change the windowSoftInputMode to adjustResize, it's works, but I don't want that. I also check with the OnFocusChangeListener, but the focus in the edittext doesn't change when I press a key. Any ideas?

like image 642
Cristopher Oyarzún Altamirano Avatar asked Jul 09 '13 19:07

Cristopher Oyarzún Altamirano


1 Answers

Does the problem still occur if you use a different keyboard app? If the problem is limited to only the Samsung keyboard, it may be the keyboard that is at fault, in which case there is probably little you can do about it.

like image 169
j__m Avatar answered Oct 27 '22 01:10

j__m