-
-
Notifications
You must be signed in to change notification settings - Fork 139
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
[Bug]: interrupting downloading Metamask in AppStore #1187
Comments
can someone answer? |
i use: Imagine we have website or Telegram bot where user can connect his metamask wallet |
@Skippyy96 hello! |
@Skippyy96 hello! |
1 similar comment
@Skippyy96 hello! |
Hello, I described there in chat my problem but instead of solving it support manager just asks to connect my wallet on his site. |
@Tech-fixxDev |
SDK
Web
Provide environment information
i have problem on iphone so when user click button connect metamask and does not have the app on his phone it redirects him to appstore to download the app. But the problem is that user can simply close appstore, and for some reason he cannot click button connect metamsk anymore. Can u help me? Here is the code:
`const { connected, account, sdk } = useSDK();
<Button radius={2} onClick={async () => {
try {
if (sdk) {
await sdk.resume();
await sdk.connect();
}
} catch (error) {
await sdk?.resume();
}
}}>Connect Metamask`
MetaMask SDK Version
0.29.2
MetaMask Mobile app Version
0.29.2
What browser are you using? (if relevant)
safari
How are you deploying your application? (if relevant)
No response
Describe the Bug
help please
Expected Behavior
when user close appstore and return to button it stil be clickable
Link to reproduction - Issues with a link to complete (but minimal) reproduction code will be addressed faster
No response
To Reproduce
help
The text was updated successfully, but these errors were encountered: