For questions dealing with the adjustPan Window Soft Input Mode for the Android Activity element.
Questions tagged [adjustpan]
75 questions
1
vote
0 answers
adjust pan doesn't work with hint not english?
in the activity manifest declaration i set this line : android:windowSoftInputMode="adjustPan|stateVisible|stateAlwaysHidden".
but i have very vert strange situation :
ajdjustPan doesn't work when the hint isn't written in english.
if the hint…

david
- 3,310
- 7
- 36
- 59
1
vote
1 answer
DialogWhenLarge adjustResize not working
The activity theme is Theme.AppCompat.Light.DialogWhenLarge. I can not get the activity to resize when keyboard is up. Configuring android:windowSoftInputMode="adjustResize" or…

dobridog
- 380
- 4
- 12
1
vote
0 answers
Selectionbar is hidden
I have added adjustPan in Manifest.xml file here is my Activity tag in…

Bhavin Chauhan
- 1,950
- 1
- 26
- 47
0
votes
0 answers
How to prevent textfield to move under the sticky header above upon touching?
[Edit: Rephrased after some trial and error]
On my website I have a long list of div boxes each with a text fields (input type="text") that are located under a sticky header with a rather large height.
But when I touch the text fields on my mobile…

flofi
- 1
- 1
0
votes
1 answer
Android : adjustResize overlaps the views below the editText
I have a constraint layout as below:

Nikitha
- 49
- 5
0
votes
0 answers
Android (kotlin): adjustPan vs adjustResize (problem with toolbar & bottom navigation)
There is an issue with toolbar and bottom navigation into my Fragment when keyboard appears. If I use adjustPan my toolbar moves up, but when I use adjustResize my botton navigation appears above keyboard.
I looked at all the solutions to the…

Viacheslav Khailenko
- 113
- 2
- 9
0
votes
0 answers
TextInputEditText with adjustPan - can't see entered text
I'm playing with TextInputEditText and I'm front face a strange issue. When I edit the content of the first one, let's say the "Nom" field, everything looks good, the keyboard appears and I can see the entered text. Now if I need to enter a text in…

Silvering
- 756
- 1
- 6
- 33
0
votes
1 answer
windowSoftInputMode adjustPan: How to add more margin to text field of DatePicker (spinner mode)
I want to activity have an offset as spinner container when textfield recieve focus.
What I want to achieve:
What I get:
How can I acheive desired behaviour? Is there a way to wrap any view in container that adjustPan will respect?

RareScrap
- 541
- 1
- 7
- 17
0
votes
2 answers
Android: Keyboard hiding EditText in Fragment [Material]
Premise: I have a fragment located within a frame layout in the activity layout. The application is in full screen mode.
Problem: When the keyboard lifts up, it hides some edit text, even the one that currently has the focus.
Actions already…

sysken
- 11
- 1
- 4
0
votes
0 answers
Android Keyboard not pushing layout up
My keyboard is not popping up the edittext to enter text. I tried setting adjustSize in windowSoftInputMode in my android manifest.
Here is my AndroidManifest.xml

kiran puppala
- 689
- 8
- 17
0
votes
1 answer
Blank space when using ScrollView Activity in combination with adjustPan
My Linear Layout was taking too much space. So I decided to put it inside a ScrollView.
The layout has an EditText at the bottom for user input. To make the layout resize itself in AndroidManifest.xml for the Activity I…

Taimoor Ahmad
- 530
- 5
- 11
0
votes
0 answers
No behavior using adjustResize with iframe webview Android
The input field is hidden by the virtual keyboard. Nothing change using adjustResize or adjustPan in manifest. The input field in inside a container, an Iframe. Maybe the iframe is the problem but I'm not sure

Coper Answald
- 11
- 4
0
votes
0 answers
Not all textviews move when soft keyboard appears
My app looks like this:
As you can see, there are a few textviews for the measurements, below that a textview for some info (where it says bluetooth disconnected...) and last an edittext field to post something. When you press to write something,…

vlamb
- 47
- 7
0
votes
1 answer
button at the bottom of layout not going up when keyboard comes
I have a RelativeLayout in which at the top I have an EditText and at the bottom I have an next Button.. when I click the EditText I want the next Button to appear above the keyboard.. I have use the adjust panel in Manifiest but still it does not…

jin
- 53
- 8
0
votes
1 answer
How to detect if the soft-keyboard is dismissed in adjustPan configuration (ONLY) in Android?
Fellow Developers, I'm having a challenge that I cannot figure out how to fix and I'm aware that there are thousands of possible questions or hacks connected to my one:
EditText does not trigger changes when back is pressed
Android detect soft…

Federico Navarrete
- 3,069
- 5
- 41
- 76