You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When accessing the Privacy Policy page from the login page, clicking the bottom back button causes a navigation issue. When the user reaches the bottom of the page and clicks the bottom back button first, the page scrolls to the top. Then, clicking the top back button returns the user to the bottom, and vice versa. On a browser, the user needs to click the browser back button to return to the login page. On the mobile app, this behavior persists even after closing and reopening the app; clearing the cache temporarily resolves the issue.
To Reproduce
Steps to reproduce the behavior:
Open the app (having privacy policy set up) without logging in.
Navigate to the Privacy Policy page from the login screen
Scroll down and click the bottom back button
Observe the behavior: The page scrolls to the top, but clicking the top back button returns the user to the bottom
Expected behavior
Clicking either back button should consistently return the user to the previous page (login page), regardless of which button is clicked first.
Additional context
This issue occurs only if the bottom back button is clicked first. If the top back button is clicked first, the issue does not occur.
The text was updated successfully, but these errors were encountered:
Describe the bug
When accessing the Privacy Policy page from the login page, clicking the bottom back button causes a navigation issue. When the user reaches the bottom of the page and clicks the bottom back button first, the page scrolls to the top. Then, clicking the top back button returns the user to the bottom, and vice versa. On a browser, the user needs to click the browser back button to return to the login page. On the mobile app, this behavior persists even after closing and reopening the app; clearing the cache temporarily resolves the issue.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Clicking either back button should consistently return the user to the previous page (login page), regardless of which button is clicked first.
Screenshots
https://github.com/user-attachments/assets/0d486fa3-33c0-42fc-a7d4-f372339982d8
https://github.com/user-attachments/assets/3114cec8-9765-495c-a2d6-141be55f6726
Environment
Additional context
This issue occurs only if the bottom back button is clicked first. If the top back button is clicked first, the issue does not occur.
The text was updated successfully, but these errors were encountered: