-
-
Notifications
You must be signed in to change notification settings - Fork 657
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
Android Hardware Back press required twice #2098
Comments
I would like to work over this @borisyankov @gnprice @jainkuniya |
Sure you can work on that. In fact, this is an important bug to fix fast. |
Yup! I fixed the previous similar bug. Actually each On Current master if you observe carefully you will notice that: react-navigation/react-navigation#3200 @HarshulSharma000 think logically at which level we need to override it. Feel free to reach me if you face any problem. Also claim issue by commenting |
@zulipbot claim |
Hello @HarshulSharma000! Thanks for your interest in Zulip! You have attempted to claim an issue without the label "help wanted". Since you're a new contributor, you can only claim and submit pull requests for issues with the help wanted label. If this is your first time here, we recommend reading our guide for new contributors before getting started. |
@zulipbot label "help wanted" |
@HarshulSharma000 Now you can claim |
@zulipbot claim |
Welcome to Zulip, @HarshulSharma000! We just sent you an invite to collaborate on this repository at https://github.com/zulip/zulip-mobile/invitations. Please accept this invite in order to claim this issue and begin a fun, rewarding experience contributing to Zulip! Here's some tips to get you off to a good start:
As you work on this issue, you'll also want to refer to the Zulip code contribution guide, as well as the rest of the developer documentation on that site. See you on the other side (that is, the pull request side)! |
@jainkuniya We can also try screen wise custom back behaviour as described in- https://reactnavigation.org/docs/custom-android-back-button-handling.html |
It is not an issue on Android 8.0.0. Can't reproduce it. |
It likely is not dependent on platform version so you probably just missed it 😄 |
@borisyankov I think I have found the problem please check mobile channel. |
@borisyankov Checked it again. It goes back in a single press. Not sure why this might be happening. |
Complete fix for multiple back button are required to navigate back. Fix: zulip#2098
Fix: multiple back button press are required if narrowed from tab other home i.e steams and conversation. Because one press was captured by main tab to navigate to home tab that is the first tab. Fix: zulip#2098
Fixed by #2180 |
Description-
Inside any of the streams to go to previous screen by hardware back press, it is required to be pressed twice. Thus it seems like first back key press is being ignored. And after that app navigates to first screen(home) of main tab navigator. Instead if it should keep the progress of previous tab navigator.
Platform: Android 6
Steps to Reproduce:-
The text was updated successfully, but these errors were encountered: