Questions tagged [window-soft-input-mode]

111 questions
0
votes
2 answers

Preventing linear layout from moving up when soft keyboard is visible

I have a layout something like this - If you want to look at full code it is here The problem is that…
Devansh Kumar
  • 1,364
  • 1
  • 13
  • 26
0
votes
0 answers

Android - ListView items hidden by soft input

I have a ListView with a RelativeLayout containing an EditText below it.
Vedavyas Bhat
  • 1,928
  • 1
  • 18
  • 29
0
votes
1 answer

Position EditText above softwarekeyboard delay

i have a edittext which is successfully positioned above the sofware-keyboard when it is open. The Problem is that when the keyboard opens, the keyboard is visible and after about 2 sec the edittext is positioned. How kann i make that the edittext,…
0
votes
1 answer

Isn't windowsoftinputmode = adjustResize supposed to move ALL the activity window to make room for the keyboard?

I'm working on a chat feature for an app an stumbled across the following issue. I have an activity with android:windowsotinputmode = "stateHidden|adjustResize" (when the activity starts, the keyboard doesn't pop automatically up but waits until the…
DoruChidean
  • 6,811
  • 1
  • 25
  • 31
0
votes
1 answer

Android EditextField and bottom button changing the keyboard focus

I have an activity with 5 EditText views and a bottom button. I specified android:windowSoftInputMode="adjustPan" here everything work fine only once, that is the EditText field is staying just above the bottom button, it lost it's focus if it…
LvN
  • 641
  • 1
  • 5
  • 21
0
votes
1 answer

"Push up" a listview but not the bar when soft input is shown

I have a layout like this in a page of a View Pager:
Marilia
  • 1,691
  • 1
  • 16
  • 26
0
votes
2 answers

How to make softinput cover the screen bottom?

Now one of my layout with edittext align in the bottom ,when the edittext is clicked,the whole page moved up and make room for the softinput; But I just want the bottom layout moved up,the solution is ?
xyz
  • 1
  • 1
0
votes
2 answers

when android soft input make your et push up , how can I to make the view visible below et?

I have a edittext and a button which is below the editext in a layout. layout xml may like this :
0
votes
1 answer

ANDROID: Soft keyboard doesn't work properly

I had a problem with my layout, when the softkeyboard was visible, page scroll did not working.I searched through net and I find out using android:windowSoftInputMode="adjustResize" solves the problem, and it did. However it caused some other…
Taher
  • 1,045
  • 2
  • 16
  • 33
0
votes
1 answer

How to change windowSoftInputMode

I have an Android application, it works. In one activity, I have a simplet EditText and a Button. So when I click on the EditText, the keyboard is showing, but It is on the button. I don't want this, I don't know if is possibile to traslate to top…
bircastri
  • 2,707
  • 7
  • 38
  • 96
0
votes
2 answers

Not able to hide default soft keyboard programatically in Nexus 7 tab

I am working on an app where I need to open my own custom soft keyboard for text input.To do that I am disabling the default soft keyboard and enabling the custom one. It works fine on Jelly Bean version. However when I run the same code on Nexus 7…
0
votes
0 answers

How can I relayout my window to show the softinput keyboard?

I know there's statexxx and adjustxxx but neither is my desired behavior. Suppose I have a ListView (match_parent x match_parent) and a EditText (match_parent * wrap_content) which sits at the bottom of screen. When the soft keyboard appears , I…
suitianshi
  • 3,224
  • 1
  • 13
  • 33
0
votes
0 answers

Android custom dialog and soft input

I have a dialog if(this.oDialogo==null) { this.oDialogo = new Dialog(this, android.R.style.Theme_Translucent_NoTitleBar); } this.oDialogo.show(); this.oDialogo.setContentView(R.layout.dialog_stuff); Inside, i have one EditText and two…
pojomx
  • 750
  • 2
  • 11
  • 24
0
votes
0 answers

keyboard block textbox jquery mobile

Hi i am new for jquery mobile.I am developed a mobile app which use together with jquery mobile and phonegap i facing a problem nw. When keyboard is popup , it block my textbox. Please c my code below phonegap AndroidManifest.xml
user998405
  • 1,309
  • 3
  • 40
  • 80
0
votes
1 answer

XML android:windowSoftInputMode isn't working exactly how I want

I have a simple layout, shown below:
user2323030
  • 1,153
  • 2
  • 15
  • 35