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

Back Navigation Gestures #146

Open
rodvar opened this issue Jan 7, 2025 · 1 comment
Open

Back Navigation Gestures #146

rodvar opened this issue Jan 7, 2025 · 1 comment
Labels
iOSClient This issue is applicable ONLY for `iosClient` app

Comments

@rodvar
Copy link
Collaborator

rodvar commented Jan 7, 2025

Make sure back navigation works (left to right swipe in iOS) and the implementation suggested/commented BackHandler.ios.kt is the one to obtain same navigation results as android:

  • finishing/cancelling workflow removes it from the "back stack" and gets you back to the original screen where you started.
  • Tab home navigation: back shows you warning of exit and back again does default OS behaviour
  • other tabs back navigation: get back to home tab
@rodvar rodvar added the iOSClient This issue is applicable ONLY for `iosClient` app label Jan 7, 2025
@rodvar rodvar added this to the MVP (version 0.1.0) milestone Jan 7, 2025
@rodvar
Copy link
Collaborator Author

rodvar commented Jan 7, 2025

currently it is possible to land in offers screen without having the top left back navigation button showing up, this needs to be dealt with in the context of this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iOSClient This issue is applicable ONLY for `iosClient` app
Projects
None yet
Development

No branches or pull requests

1 participant