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
The UX of the web wallet currently goes like this: User triggers wallet action from the dapp -> dapp open wallet window in a new tab/window -> user takes action on the wallet window -> wallet shows confirmation and asks the user to return to the dapp and this is a not-so-slick UX
Describe the solution you'd like
Since web3modal opens the wallet window it has the ability to close it. If web3modal closes the wallet window on receiving the response (or error), it would result in a UX that would seem to automatically bring the user back to the dapp. The wallet window cannot close itself.
What problem does this new feature solve?
The UX of the web wallet currently goes like this: User triggers wallet action from the dapp -> dapp open wallet window in a new tab/window -> user takes action on the wallet window -> wallet shows confirmation and asks the user to return to the dapp and this is a not-so-slick UX
Describe the solution you'd like
Since web3modal opens the wallet window it has the ability to close it. If web3modal closes the wallet window on receiving the response (or error), it would result in a UX that would seem to automatically bring the user back to the dapp. The wallet window cannot close itself.
cc: @pedrouid
The text was updated successfully, but these errors were encountered: