-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Mobile onboarding #55
Comments
Agreed |
Why isn't this added !?! It's a no brainer |
Just quickly skimmed the code, but it should be possible to detect iOS/Android here: metamask-onboarding/src/index.ts Lines 194 to 204 in bb7fda9
or in a separate method, then using the result here: metamask-onboarding/src/index.ts Lines 48 to 53 in bb7fda9
to redirect to App Store/Play Store deep links. That said, as far as I know the way MetaMask works on mobile is opening the dApp in a WebView inside the MetaMask app, which doesn't share the browser session, so this could break assumptions by dApp devs. |
Is there a way i can use the onboard process for mobile users and redirect them directly to the app store / android?
The text was updated successfully, but these errors were encountered: