How to disable Intercepting Routes (Parallel Routes) on mobile #54671
Unanswered
kungfu321
asked this question in
App Router
Replies: 2 comments
-
I meet a problem. I use Intercepting Routes don't find url. |
Beta Was this translation helpful? Give feedback.
0 replies
-
anything update here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
I hope you're doing well. I am writing to discuss an issue I have encountered while using the new features
Intercepting Routes
andParallel Routes
in Next.js 13. I have thoroughly reviewed the documentation, tested the "Nextgram" project, and watched videos to understand this new feature.I'm using
Intercepting Routes
to show a login modal it's working well. But I want to on mobile it will redirect to/login
page not a modal.So can we disable
Parallel Routes
or how to config that.Thank you.
Beta Was this translation helpful? Give feedback.
All reactions