-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Close Keyboard on iOS/Android using Swipeable View #2074
Close Keyboard on iOS/Android using Swipeable View #2074
Conversation
@marcaaron -- My initial proposal was to use |
@marcaaron I have made SwipeableView available in Android as well and addressed other issues. Please let me know if you have any suggestions! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks nice and simple, but noticing that swipes are not registered on the text input field itself. I think makes this less useful than we were hoping since it's kind of hard to swipe on the smaller areas around the text input to get the keyboard to dismiss?
Example:
2021-03-26_10-45-00.mp4
@marcaaron This should fix it! The text input field seems to be receiving touch gestures now. |
Tests great and working well. Once the |
Hi @marcaaron, I reverted the changes in Podfile.lock with a new commit. |
Sorry, it's still there. Maybe you did not push the change? |
Does 49f729c not resolve it? |
Sorry, no, I think because you removed a new line from this file. It should not show as one of the changes files. |
@marcaaron Ah you're right :) I've updated it. Thank you for your patience! 💯 |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
<If necessary, assign reviewers that know the area or changes well. Feel free to tag any additional reviewers you see fit.>
Details
I created SwipeableView to wrap ReportActionCompose Component.
Not sure if I should make SwipeableView cross-platform and separate ReportView to have SwipeableView wrap ReportActionCompose in iOS instead. Please let me know what you suggest!
Fixed Issues
Fixes GH_LINK #1870
Tests
Tested On
Screenshots
IOS
Screen.Recording.2021-03-25.at.09.46.31.mov