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