custom-protocol-detection icon indicating copy to clipboard operation
custom-protocol-detection copied to clipboard

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

Open kirill-konshin opened this issue 8 years ago • 2 comments

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.

kirill-konshin avatar Aug 31 '17 22:08 kirill-konshin

Not really, unless Safari starts implementing something like msLaunchUri.

ismailhabib avatar May 08 '18 03:05 ismailhabib

Shall we submit the issue for them?

kirill-konshin avatar May 09 '18 02:05 kirill-konshin