ACINQ/phoenix

Remove animated navigation on iOS

Opened this issue · 0 comments

I think in general we should remove all animated navigation, and instead directly navigate to the correct screen:

  • animated navigation take control away from the user (which feels weird) and waste time
  • probably require complex code, which cause issues & maintenance

For example:

When tapping on a pending deposit amount in the Home screen, the app redirects to the "Swap-in wallet" view ; that part works fine.

But then, when tapping on "Configure fee settings", the app navigates (with an animation) to the Settings screen. Tapping on the Back button navigates to the Home screen, then to the Settings screen again.