Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deep link for Android and IOS #9

Open
damienbod opened this issue Jul 6, 2023 · 2 comments
Open

Fix deep link for Android and IOS #9

damienbod opened this issue Jul 6, 2023 · 2 comments

Comments

@damienbod
Copy link
Member

No description provided.

@damienbod
Copy link
Member Author

damienbod commented Jul 6, 2023

When the google play is opened, the deep link fails.

Removed this and it works:

setTimeout(function () {
   window.location.href = "https://play.google.com/store/apps/details?id=com.azure.authenticator";
}, 10000);

The MS authenticator app does not close and the browser needs to be opened again. Still needs to be fixed

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

No branches or pull requests

1 participant