Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Browser does not redirect to app #231

Open
EfrainPerez23 opened this issue Jul 3, 2020 · 1 comment
Open

Browser does not redirect to app #231

EfrainPerez23 opened this issue Jul 3, 2020 · 1 comment

Comments

@EfrainPerez23
Copy link

I'm trying to redirect to my app from a browser in a timeOut

setTimeout(() => {
   window.location.href = 'HOST';
}, 2000);

and sometimes open the pop-up option to choose to go to the browser or go to the app and for the second time, always go to the web hosting and do not show the option to choose.

Added the config when I was installing the plugin

cordova plugin add ionic-plugin-deeplinks --variable URL_SCHEME=myscheme --variable DEEPLINK_SCHEME=https --variable DEEPLINK_HOST=HOST

Also, I added the assetslinks.json in my hosting and in my app.

If someone has any clue about this problem, please let me know, and thanks!

@rabhiaziz
Copy link

here i have the same problem any update!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants