This repository was archived by the owner on Feb 24, 2025. It is now read-only.
This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Inconsistent history with swipe vs back/forward button #3700
Open
Description
App version
1.118.1 (331)
macOS version
15.2 (24C101)
Steps to reproduce this bug
- Navigate to https://remix.run/
- Scroll all the way to the bottom
- Click the Github icon (which will trigger navigation to https://github.com/remix-run)
- On the GH page, click any link (e.g. in the Pinned section, the
remix
repo, which will trigger navigation to https://github.com/remix-run/remix) - Swipe from left to right (=the "go back" gesture)
- The browser goes to remix.run, which is actually two steps back
- Swipe from right to left (=the "go forward" gesture)
- The browser goes to https://github.com/remix-run/remix, which is actually two steps forward
Expected behavior
In step 6, the browser should be back on https://github.com/remix-run, not all the way to remix.run . In step 8, the browser should go forward to https://github.com/remix-run, not all the way to https://github.com/remix-run/remix.
However, if in step 5 or step 7 we use the Back / Forward button, the navigation is correct, so the bug only occurs with the swipe gestures.
Metadata
Metadata
Assignees
Labels
No labels