Skip to content
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
@freiondrej

Description

@freiondrej

App version

1.118.1 (331)

macOS version

15.2 (24C101)

Steps to reproduce this bug

  1. Navigate to https://remix.run/
  2. Scroll all the way to the bottom
  3. Click the Github icon (which will trigger navigation to https://github.com/remix-run)
  4. 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)
  5. Swipe from left to right (=the "go back" gesture)
  6. The browser goes to remix.run, which is actually two steps back
  7. Swipe from right to left (=the "go forward" gesture)
  8. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions