question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Shrink height after keyboard shown up

See original GitHub issue

I put an TextInput inside modal, then everytime i focus on it, the keyboard shownup, then modal shrink down the height = statusbar height.

Tested on iOS

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

8reactions
lantencommented, Oct 29, 2017

if keyboardTopOffset={0} does not work ,

try position="top" Solved my question

4reactions
superandrew213commented, Sep 2, 2017

@Tom29 try setting prop keyboardTopOffset to 0.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Resize EditText with fixed height when keyboard is shown
The editText view should have a given height (around 30% of screen size), but when I open the keyboard, the button will be...
Read more >
Avoid UI distortions during keyboard display for a Mobile ...
Whenever the keyboard is visible, the view port height will get reduced because keyboard will take some amount of screen space.
Read more >
Adjust the onscreen and external keyboard settings on iPhone
Go to Settings > Accessibility > Keyboards, then turn off Show Lowercase Keys. Type on a larger onscreen keyboard. Rotate iPhone to landscape...
Read more >
how to change keyboard mode and height for Gboard keyboard
how to change Gboard keyboard height settings and choose different keyboard modes.There are currently 3 keyboard modes at the time this ...
Read more >
Adjusting elements when keyboard shows in Xamarin Forms
On iOS we have to create a custom renderer to do the resize. ... Height); //push the entry up to keyboard height when...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found