I have a scenario where I want to jump from one page to a game page related to the content. While on this game page, the user should only be able to return to the original page—not navigate to any other pages via swiping.
However, I still want to keep swipe navigation enabled for the rest of the project. Is there a way to disable swiping only on this specific page while maintaining it elsewhere? Or a different way to do what I'm trying to achieve?