react-native-keyboard-aware-scroll-view
react-native-keyboard-aware-scroll-view copied to clipboard
A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
Please help! Screen jumping on android. ios works well react-native: 0.68.1 react-native-keyboard-aware-scroll-view: 0.9.5 https://user-images.githubusercontent.com/31467819/168671642-6ec02ef7-d060-47de-9f03-0c218dae925e.mov React: AndroidManifest:
It doesn't work when clicking moving to another text input it just resets back to the star https://user-images.githubusercontent.com/58670360/162486971-f3b8f984-17cc-45a4-a5c5-6b2fb044f59e.MP4
Hey! I'm using `KeyboardAwareScrollView` to wrap my inputs around it, but I'm getting the wrong behavior shown in the video below. Before asking this question here, I studied similar questions...
It seems like issue https://github.com/APSL/react-native-keyboard-aware-scroll-view/issues/82 is back. I am moving between TextInputs and when I do, KeyboardAwareScrollView jumps up to the top of the scroll view and then scrolls to...
https://user-images.githubusercontent.com/46310246/164512756-35da534d-02fd-460d-ae4e-291be6b6dcc4.mov it is scrolling to previous focused textinput when clicking on outside of the input box this my code setScrollRef(r)} keyboardOpeningTime={0} bounces={false} bouncesZoom={false} enableResetScrollToCoords={false} alwaysBounceVertical={false} keyboardShouldPersistTaps={'handled'} > ....... "react-native-keyboard-aware-scroll-view": "^0.9.4",...
Hi everyone! I'm getting this error while run on ios (React Native) Issue Video : https://user-images.githubusercontent.com/47802928/147170796-b79e47b8-bbc1-4391-9796-aa9b933ded57.mp4 I have used these props: keyboardShouldPersistTaps={"handled"}
Add flash scroll indicators method for scrollable components, flatlist, scrollview and section list all implement it.
- I am using react-native-navigation with bottomTabs with a long form. When the keyboard is visible, the topBar is hidden. So I fixed this with tabBarHeight props (a new props...
import {Modal} from "react-native" { textinput component } "react-native": "0.67.0", "react-native-keyboard-aware-scroll-view": "^0.9.5",
but for some reason it doesn't work, can you help me? when clicking inside the input absolutely nothing happens