You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently been experimenting with this on mobile platforms. Namely, MAUI and Avalonia on iOS. I've successfully been able to send a wallet connection request to a wallet, but very often, the connection will fail or the target wallet won't redirect back to my application. Trust Wallet also gives me an error like WalletConnect Session was disconnected. Go back to your browser and try WalletConnect again
For reference, I've written something like this in an AvaloniaUI app, and did something similar for MAUI:
Interestingly, using the web3modal javascript package within a Blazor Web View does work as expected (most of the time).
I'm trying to work toward a solution that doesn't rely on a webview, though.
Has anyone else done work on this or have any ideas?
The text was updated successfully, but these errors were encountered:
I've recently been experimenting with this on mobile platforms. Namely, MAUI and Avalonia on iOS. I've successfully been able to send a wallet connection request to a wallet, but very often, the connection will fail or the target wallet won't redirect back to my application. Trust Wallet also gives me an error like
WalletConnect Session was disconnected. Go back to your browser and try WalletConnect again
For reference, I've written something like this in an AvaloniaUI app, and did something similar for MAUI:
Interestingly, using the web3modal javascript package within a Blazor Web View does work as expected (most of the time).
I'm trying to work toward a solution that doesn't rely on a webview, though.
Has anyone else done work on this or have any ideas?
The text was updated successfully, but these errors were encountered: