hypha-dao / hypha-wallet

Hypha Wallet - Authenticator - All the things.
3 stars 2 forks source link

Fix for DEV-1260 - open login page in external window #270

Closed n13 closed 9 months ago

n13 commented 9 months ago

Discussion:

On sign up, we used an internal app browser window.

Deep links don't work at all in Android in the internal browser window - it leads to an error page.

Deep links work on iOS but the app would not close the browser window, so users had to hit "Done"

Fix:

We use an external browser, for the normal onboarding flow.

This is the safest fix since opening the deep link does the right thing on all platforms, and we don't need to worry about app state either.