react-native-keyboard-input: iOSScrollBehavior not working in certain cases
Hi,
I don’t have a gist (yet) with a repro but we are experiencing cases where ScrollToBottomInvertedOnly
and FixedOffset
iOSScrollBehavior fail. In these cases the keyboard acts like `BehaviorNone.
- when I open a chat-room while the JS thread is very busy (simulator only)
- when I open a chat-room through resetting my navigation experimental route stack instead of opening it by simply push a new route.
I know this is kind of a long shot but do you have any idea why this could be happening or can suggest what to investigate?
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 22 (11 by maintainers)
Commits related to this issue
- Update KeyboardTrackingViewManager.m Applying suggested fix from https://github.com/wix/react-native-keyboard-input/issues/16#issuecomment-302881272 — committed to thorbenandresen/react-native-keyboard-tracking-view by thorbenandresen 7 years ago
- support the new prop of react-native-keyboard-tracking-view that will require the scroll-view container and the tracking view to have the same parent for automatically managing of the scroll to happen... — committed to wix-incubator/react-native-keyboard-input by artald 7 years ago
@artald thanks and no problem, I can use my own fork until then.