when i redirect user to external url which is associated with app from appstore Instead of opening new tab it opens an app How can I block it ? Tried window.open, window.replace, AI can't fix it I run react site any ideas ?
when i redirect user to external url which is associated with app from appstore Instead of opening new tab it opens an app How can I block it ? Tried window.open, window.replace, AI can't fix it I run react site any ideas ?
Share asked 7 hours ago Piotr PapiernikPiotr Papiernik 1 New contributor Piotr Papiernik is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct. 1- Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Bot Commented 4 hours ago
1 Answer
Reset to default 0This isn't something that you would do. This is something the app developer would do. In React Native for instance, you can specify the URLs that are valid to the app and if accepted in the app store, if someone opens a URL and they have the app, it'll simply open your app. You can now set up in app navigation so if the person opens mywebsite/reel/qwnkxkmkwm, it opens the reel with that ID.