-
Notifications
You must be signed in to change notification settings - Fork 648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash when two KASV are rendered and one TextInput gets focused #25
Comments
I would say its one of the most important fixes, I'm facing this issue right now. |
I'm unsubscribing this issue. Here's how I resolve this. The crash happens randomly, certain pages do every time, some pages never crash. I even removed everything in the page except the InputText, the page still, crashed. So I abandoned this wonderful plugin, and go to an IOS developer for help. Yeah, the keyboard problem only happens on IOS devices, and he recommend me an IOS plugin:IQKeyboardManager-master, and I just simply drag the folder into my Xcode, and the problem was fixed perfectly. If you are not a professional IOS developer, and you don't know how to put the IQKeyboardManager plugin into your project, leave a comment, I may tell you the detail. |
DISCLAIMER Issue In this library you have a branch that, if you use the code of my PR, completely solves the issue (https://github.com/APSL/react-native-keyboard-aware-scroll-view/tree/ancestor_check). I'm waiting the release of React Native to merge & release the And, in this case, I prefer to provide a JavaScript solution to the keyboard & scroll view problem. Once the fix has landed into the React Native core, I'll be able to dig deep into the Android support and you'll have a component working for both platforms without any other dependencies. |
The crash do not happen randomly, @pimkle, it does happen when you have two scroll views listening for keyboard events. Please do read my comments in the React Native PR. |
any solution for this .. nothing is working here :( :( |
Hello @empitechathu! Everything is working here, we're using the component with the patch in all our apps. Please install the library from the |
@alvaromb I got that! I'll try it someday. Thanks! 😁 |
Please be patient, the PR should land in React Native 0.32 (or 0.33). In the meantime, you can manually add the code to bypass the issue. |
@alvaromb 0.32 is released, your PR is in it. |
Thanks for the info @Swordsman-Inaction! I'll release a new version of the component today :) |
I won't have enough time for a release today, haven't tested all the features yet. Expect a release tomorrow. Thanks! |
This is the PR #57 |
@Swordsman-Inaction just FYI, |
Merged #57 |
No description provided.
The text was updated successfully, but these errors were encountered: