bifold-wallet icon indicating copy to clipboard operation
bifold-wallet copied to clipboard

Back button to splash screen should be removed

Open amanji opened this issue 3 years ago • 1 comments

Introduced with initialization refactor. A user can go back to the Splash screen with no way to exit without closing app.

amanji avatar Sep 30 '22 23:09 amanji

Video attached. It isn't only the <Splash link that can bring one back to the initialization screen, it is also (at least on iOS) you can swipe right to go back to the initialization screen.

https://user-images.githubusercontent.com/44370861/195704968-f9d4cdd2-e37d-404c-b91a-f7f2756051cd.mov

nodlesh avatar Oct 13 '22 20:10 nodlesh

Pretty sure I fixed this. Closing as a duplicate.

jleach avatar Jan 05 '23 20:01 jleach

@jleach - was it recently fixed? We still have this issue in our fork of bifold (commit Id - 967ef)

dinbtechit avatar Jan 05 '23 22:01 dinbtechit

@dinbtechit Ok, my mistake.

jleach avatar Jan 06 '23 16:01 jleach

No worries @jleach ... I was trying to fix it. For some reason, I couldn't pop the loading screen route from the stack navigation history. The react native - stack navigator documentation is a bit convoluted. :(

dinbtechit avatar Jan 06 '23 16:01 dinbtechit

Needs to be re-tested

cvarjao avatar Feb 02 '23 17:02 cvarjao

Can I be assigned to this? I'm currently testing it

bryce-mcmath avatar Feb 22 '23 20:02 bryce-mcmath

Back-navigation issues should now be fixed for both iOS (swipe back) and Android (hardware back button)

bryce-mcmath avatar Mar 07 '23 01:03 bryce-mcmath