Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove animated navigation on iOS #552

Open
dpad85 opened this issue Apr 15, 2024 · 0 comments
Open

Remove animated navigation on iOS #552

dpad85 opened this issue Apr 15, 2024 · 0 comments
Labels
UI-iOS User Interface issue in the iOS app

Comments

@dpad85
Copy link
Member

dpad85 commented Apr 15, 2024

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.

@dpad85 dpad85 added the UI-iOS User Interface issue in the iOS app label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI-iOS User Interface issue in the iOS app
Projects
None yet
Development

No branches or pull requests

1 participant