Video ID: 4634
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/4634#Intent;scheme=prageru;package=com.cappital.prageru;endwindow.location.href = “prageru://video/4634”<meta http-equiv=“refresh” content=“0;url=prageru://video/4634”>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!