-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
3D touch stops working after "Peeking" a view without popping it #2445
Comments
ping @birkir :) |
I have the same issue. It's kind of funny even the |
Thanks for the bug report! This may be a iOS quirk (or not), but when logging out which controller we are previewing, xcode shows the correct one, when committing it also logs the correct one but commits the wrong one. Pretty weird. I'm investigating this! Funny thing is, sometimes when testing other methods of pushing the preview (like using onLongPress or similar) it works 99% of the time. So maybe its a timing issue but something has to be fixed on the ObjC side of things. |
Do you have any priority and an ETA on this issue @birkir ? |
I'm also struggling with this issue. Is there a fix forthcoming? And in the meantime, has anyone found a decent workaround? |
I am busy with other things at the moment. Use |
It works, but it doesn't provide a proper Peek & Pop experience. It would be a shame if this never gets fixed, as the Peek and Pop support in react-native-navigation is otherwise great. I understand that theres a lot on your plate and maybe I should just investigate the issue myself. Is fixing this on the map for v2 at least? |
Why doesn't it provide a proper Peek & Pop experience? Too slow? I always seem to get to a dead end when looking into this issue. AFAIK this hasn't been implemented in V2, and I have a feeling that this won't be an issue in V2. There is something fundamentally wrong with the navigation controller in V1. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
I believe this issue does not deserve being marked as stale... What do you guys think? Any idea on how to fix this, or do you plan on leaving it as-is in favor of V2? |
@guyca that's good news! Thanks for the tip, looking forward to updating to v2! |
V2 does not have any issues like V1 has, I think the fundamental changes in how the VC's are managed in V1 vs V2 was the root cause. |
Issue Description
If a view is "Peeked", without popping it, and then you actually try to pop a view, it will trigger the transition animation, but it won't change to the new view.
At this point, if you press normally to any view that can trigger a navigation, that won't occur anymore.
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: