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.

View scroll under keyboard after first key press on iOS

See original GitHub issue

As the video shown, the view scroll under the keyboard after the first key pressed on iOS. Could someone suggest a solution? Thanks in advance. App run on iPhone 13 simulator with iOS 15.2

react-native: 0.66.1
react-native-keyboard-aware-scroll-view: 0.9.5

https://user-images.githubusercontent.com/50413696/171209683-031099b2-138c-4aff-bd27-54af251cfb70.mp4

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:5
  • Comments:5

github_iconTop GitHub Comments

2reactions
Oxyactioncommented, Jul 29, 2022

adding worked for me

keyboardOpeningTime={Number.MAX_SAFE_INTEGER}

mentioned in #418

0reactions
LorandPcommented, Aug 29, 2022

adding worked for me

keyboardOpeningTime={Number.MAX_SAFE_INTEGER}

mentioned in #418

This worked for me, thx! RN: 0.68 “react-native-keyboard-aware-scroll-view”: “0.9.5”

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I scroll the UIScrollView when the keyboard appears?
Following code is copied from the Keyboard Programming Guide, where the handling of this issue ... It will scroll right below the textField,...
Read more >
Autolayout for ScrollView + Keyboard Handling in iOS - Medium
First, add the scroll view to controller: Add scrollView to controller. Set constraint to top, bottom, leading and trailing of the screen.
Read more >
How to scroll up side while keyboard appears in swift 5
In this tutorial, I have explained to you that, How to scroll View upside while keyboard appears in iOS with Swift 5 programming...
Read more >
Type with the onscreen keyboard on iPhone - Apple Support
In any app that allows text editing, open the onscreen keyboard by tapping a text field. Tap individual keys to type, or use...
Read more >
Move view when keyboard is shown (guide)
We can get the frame of the keyboard by accessing the key UIResponder.keyboardFrameEndUserInfoKey from the userInfo dictionary of the ...
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