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
When using Inertia JS v2 on Chrome with an iPhone, I noticed an issue with navigation when using the prefetch feature. After navigating to a new page and clicking the browser "Back" button, it does not return to the previous page as expected. This behavior occurs consistently on this device and browser combination. I haven't tested this without prefetch or on other devices/browsers.
Steps to reproduce:
Set up an Inertia.js v2 project.
Enable the prefetch feature for navigation links.
Open the app on an iPhone using Chrome.
Click on a link with prefetch enabled to navigate to a new page.
Press the browser "Back" button.
Observe the behavior.
The text was updated successfully, but these errors were encountered:
Versions:
inertiajs/inertia-laravel
version: 2.x-dev@inertiajs/react
version: 2.0.0-beta.3Describe the problem:
When using Inertia JS v2 on Chrome with an iPhone, I noticed an issue with navigation when using the prefetch feature. After navigating to a new page and clicking the browser "Back" button, it does not return to the previous page as expected. This behavior occurs consistently on this device and browser combination. I haven't tested this without prefetch or on other devices/browsers.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: