-
Notifications
You must be signed in to change notification settings - Fork 986
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
Universal Links to DApps #5273
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
2 similar comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed. Please re-open if this issue is important to you. |
Based on #4944
As a user, I want to send a link to a DApp so I can invite others to join the game/trade/whatever.
Eg clicking https://get.status.im/dapps/cryptostrikers opens the Status app in the browser with Cryptostrikers.
Description
EDIT: It turns out that when a user clicks on a link in the format:
https://get.status.im/browse/www.cryptokitties.co
It will already be opened in Status and a popup will ask you if you want to open that URL in the browser (which is not great UX afaict). This is done for security reasons though. So, we need to check: if the host is in our DApp list we just need to open DApp instead of a new browser.
If the user has not status installed, it should redirect to the relevant app store.
This should work on both ios & android.
This will ideally pave the way for #3488 to be implemented.
Some preliminary investigation was done on #1592 , but a generic solution is not required as long as it fulfills the main use case.
The text was updated successfully, but these errors were encountered: