Closed n13 closed 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.
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.