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

Is it possible to wait until browser custom protocol confirmation to be accepted? #31

Open
kirill-konshin opened this issue Aug 31, 2017 · 2 comments

Comments

@kirill-konshin
Copy link
Contributor

When browser is redirected to custom protocol link it shows the custom protocol handler confirmation dialog like this one in Safari:

image

Unfortunately, right now the lib does not capture this, e.g. fires success callback right away when the dialog is shown (assuming that protocol has been handled).

In reality if user refuses to launch the app some extra actions may be needed so we should somehow detect acceptance and fire some callbacks.

@ismailhabib
Copy link
Owner

Not really, unless Safari starts implementing something like msLaunchUri.

@kirill-konshin
Copy link
Contributor Author

Shall we submit the issue for them?

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

2 participants