Questions tagged [adjustpan]

For questions dealing with the adjustPan Window Soft Input Mode for the Android Activity element.

75 questions
0
votes
2 answers

View.setX prevents adjustPan from working

I am programmatically setting the x value of an edittext. However, in doing so the adjust pan function does not work. Any ideas on how to make this work. The activity is not in full-screen mode and this only happens in APIs > 23. Ex. Edittext…
0
votes
1 answer
0
votes
0 answers

Selected Edittext not visible with keyboard presence

Signup UI without keyboard I tried to enter email, then the keyboard presents and the email field is not visible Here is my signup layout file:
0
votes
0 answers

how to make adjustpan and scrollview working in android

how to make adjustpan and scrollview working in android. I have tried adjust thee size but it still shifts my image a little bit. Not completely when I used fillviewport and match paren. I wo have tried all the reference questions and dint get much…
0
votes
1 answer

AdjustPan analog in IOS and get/lost focus for UITextField

I use VS with Xamarin (not Xamarin.Forms). Right now it looks like Is there anything like Android AdjustPan in IOs. And second question - how to get/lost focus of UITextField programmatically?
0
votes
1 answer

windowssoftinputmode=Adjustpan is Not working properly when textalignment property center or center_horizantal

Attribute android:windowSoftInputMode="adjustPan" has been specified in the AndroidManifest.xml, but it works only the first time. second time the software keyboard is shown on the screen, it entirely hides my EditText. Image Description use the…
Raj
  • 477
  • 5
  • 20
0
votes
0 answers

AdjustPan not working on first touch when editText has no focus

Long search on stack and other forums gave no results. So the problem: I have recyclerView with items that contains EditText. Activity is NOT in full-screen mode and windowSoftInputMode is 'adjustPan'. When I click on editText for the first time…
Alex Perevozchykov
  • 2,211
  • 22
  • 19
0
votes
2 answers

Keyboard is hiding the EditText in Android

I have two EditText fields in Listview item layout. A new item will get added as the first row in Listview on click of a button. And I'm able to enter the text into both the fields. Here is my code:
0
votes
0 answers

How to fix the keyboard hides my custom Edit Text issue without removing the gravity set for my edit text?

I am also running into the same problem as discussed in this post. As they mentioned in the comment, this issue was reported to google. I searched over the net and I am not any finding any answer for the same. Help me to fix the keyboard hides…
0
votes
1 answer

Adjust height according to keyboard

I'm trying to design a layout similar to LinkedIn screen for sharing an update. When you enter the screen for the first time the layout is split something like this: half the screen is an edittext half the screen is a gallery of images with a bar…
Bended
  • 494
  • 1
  • 7
  • 22
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,911
  • 1
  • 19
  • 28
0
votes
1 answer

Android 4.2 adjustPan

I need help, I have been searching for hours a solution to this problem without success... I have an EditText inside a ViewGroup, when I click on this editText the virtual keyboard is shown. The problem is that on Android 4.2+ devices everything…
Istigar
  • 221
  • 1
  • 3
  • 5
0
votes
0 answers

EditText View is absurd after adjustPane

I have an EditText at the bottom of the screen. I want to use "adjustPane" for when the keyboard opens. The problem is that the screen is panning just enough for the first line of text to be visible, but not enough to see beneath it. The EditText…
roiberg
  • 13,629
  • 12
  • 60
  • 91
0
votes
3 answers

EditText on focus scroll up without resize other views

I'm trying to get an EditText field to scroll over my cameraPreview when selected. However it is now resizing the cameraPreview. I would be content with a adjustPan behaviour however I want the actionBar to stay on screen. I suspect it could be done…
TomDoes
  • 274
  • 1
  • 16
-1
votes
1 answer

When using adjustpan in an activity keyboard hides with blinking

I am facing issue with adjustPan in an activity where i am using multiple ediText. Now, the problem is that when i am using adjusPan for that activity and when keyboard hides the activity is blinking and goes up and down. If i not used adjustPan…
Mehul Ranpara
  • 4,245
  • 2
  • 26
  • 39
1 2 3 4
5