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

[FEATURE] Add fallback deeplink to mobile wallet #1979

Open
Tracked by #1976
jribbink opened this issue Oct 21, 2024 · 0 comments · May be fixed by #1970
Open
Tracked by #1976

[FEATURE] Add fallback deeplink to mobile wallet #1979

jribbink opened this issue Oct 21, 2024 · 0 comments · May be fixed by #1970
Labels

Comments

@jribbink
Copy link
Contributor

Issue to be solved

On some browsers/devices, deep linking will be blocked due to popup blockers. This behaviour is somewhat unpredictable (i.e. IOS Safari has different behaviour when in Private mode, "Allow Popups" enabled/disabled, etc. There also isn't any robust mechanism to detect whether these popups have been blocked.

To complicate things further, whether these deep links are blocked or not may be dependent on the specific dApps implementation (e.g. whether their requests are a direct result of user interaction or autonomously initiated by the dApp, whether they have delays, etc.)

Suggest A Solution

It's not tenable to try to ensure deep links always succeed. Instead, we should optimize for the best case/happy path and provide an obivous fallback/"Try Again" as a Plan B. This is a philisophical shift from the previous implementation (there were some complicated workarounds in place to attempt to serve every possible client, but in practice it ended up providing sub-par UX for everyone).

What are you currently working on that this is blocking?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant