Solana.Unity-SDK icon indicating copy to clipboard operation
Solana.Unity-SDK copied to clipboard

Feature: Bool variable that will tell us if user has supported wallet installed

Open Fica00 opened this issue 5 months ago • 1 comments

Feature: It would be nice to have something like Web3.CanLogin() which will return true if user has a supported wallet installed and false if he doesn't for example I didn't have any wallet installed on my test phone and nothing was happening when I tried to connect, I had to open logcat and see what was the problem

If we had something like Web3.CanLogin() we cloud show a nice popup to user instead of wrapping the call in try catch to achieve same result

Fica00 avatar Feb 21 '24 18:02 Fica00