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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: