We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The "INSTALLED" tag is normally shown in the wallet selector.
Here's the relevant code from WalletConnectModal
https://github.com/WalletConnect/WalletConnectSwiftV2/blob/3c8865674b95d86707b3d8687d4303af108ed350/Sources/WalletConnectModal/Modal/Screens/WalletList.swift#L223
SDK Version
To Reproduce Steps to reproduce the behavior:
Info.plist
<key>LSApplicationQueriesSchemes</key>
Web3Modal.present()
Expected behavior The "Connect wallet" list should show the "INSTALLED" tag next to the wallet
Screenshots I have MetaMask, Rainbow, and Coinbase installed and each of their url schemes set in my plist.
The text was updated successfully, but these errors were encountered:
I suppose this could be considered a feature since it's not implemented. I consider it a bug because the latest documentation says it should work.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The "INSTALLED" tag is normally shown in the wallet selector.
Here's the relevant code from WalletConnectModal
https://github.com/WalletConnect/WalletConnectSwiftV2/blob/3c8865674b95d86707b3d8687d4303af108ed350/Sources/WalletConnectModal/Modal/Screens/WalletList.swift#L223
SDK Version
To Reproduce
Steps to reproduce the behavior:
Info.plist
under<key>LSApplicationQueriesSchemes</key>
Web3Modal.present()
Expected behavior
The "Connect wallet" list should show the "INSTALLED" tag next to the wallet
Screenshots
I have MetaMask, Rainbow, and Coinbase installed and each of their url schemes set in my plist.
The text was updated successfully, but these errors were encountered: