I have a strange problem. I have a view with an editext field, when the user clicks on it, shows the keyboard (I use android: windowSoftInputMode = "adjustPan"), so this is normal. The problem occurs when I press any key, after that the view decreases and the keyboard remains visible, so the edittext is hidden behind the keyboard. I do not know why this is happening. My code works on S2, Nexus 4 and HTC One, and only on Samsung Galaxy S3 it doesnโt work. If I change windowSoftInputMode to configure Resize, it works, but I don't want it. I also check with OnFocusChangeListener, but the focus in the editor does not change when I press a key. Any ideas?
source share