Video ID: 843
This page demonstrates all the navigation methods that cause automatic app opening (the problem). In a real scenario, the app would open immediately without user consent.
These methods immediately open the app:
intent://video/843#Intent;scheme=prageru;package=com.cappital.prageru;endwindow.location.href = “prageru://video/843”<meta http-equiv=“refresh” content=“0;url=prageru://video/843”>How different navigation methods behave on this problematic page:
Even Next.js navigation triggers the problematic page behavior
Programmatic navigation still leads to problem pages
Direct location changes also trigger the issue
The Problem: It’s not the navigation method that causes app opening - it’s what happens ON the destination page!