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
When a user installs an app, he/she needs to connect with the wallet for further use. but unfortunately, he/she doesn't know about it at the start.
like which wallet we show install etc.
What needs to be done?
When a user doesn't have the wallet on it then we need to redirect that user to the wallet so that person can install it.
Why it is important?
UX is a very important part of software engineering and we need to provide solutions that make their life easy. why does someone need to make extra efforts to install a wallet by themselves? if we can do this thing in clicks.
The text was updated successfully, but these errors were encountered:
EDIT: Ignore my previous answer, didn't realize this was in the Minty Fresh repo!
This is definitely a good UX improvement, and the recommendation here would be to:
Check if the user has an installed MWA wallet - Can be done by resolveIntent, etc.
If no installed wallet, explain to the user the issue and direct them to the official MWA wallet list. This is a complete list of Solana Mobile wallets that support MWA.
Hi @Michaelsulistio,
Do we have any UI design guidelines, or can I follow Martial 3 by default?
We can show a list of wallets and then redirect to the Play Store.
Do you have any specific designs before I start working on it?
What is the issue?
When a user installs an app, he/she needs to connect with the wallet for further use. but unfortunately, he/she doesn't know about it at the start.
like which wallet we show install etc.
What needs to be done?
When a user doesn't have the wallet on it then we need to redirect that user to the wallet so that person can install it.
Why it is important?
UX is a very important part of software engineering and we need to provide solutions that make their life easy. why does someone need to make extra efforts to install a wallet by themselves? if we can do this thing in clicks.
The text was updated successfully, but these errors were encountered: