Cushty wrote a reply+100 XP
5mos ago
Nope, the website is using Laravel, Inertia, React and SSR. I tested on a new iPhone and Chrome and it works fine, on an older iOS 18 iPhone, the issues happen. I've also noted if a site is not using full SSR, it works normally even on iOS 18, but my app has SSR enabled, and it has the issue.
Cushty wrote a reply+100 XP
5mos ago
Hi, I mean, say i was on website A, i go to website B, on website B I am going to different routes, i press the back button on mobile, I am taken back to website A like the whole web app of website B was a one page SPA. Thus sending me back not to a aoge on website B but back to website A, if you get what i mean. Thanks
Cushty wrote a reply+100 XP
5mos ago
Thanks postcoder works well.
Cushty wrote a reply+100 XP
5mos ago
Yep, got it implemented, works really well cheers mate.
Cushty started a new conversation+100 XP
5mos ago
Hi, i've noticed on mobile if a user navigates to different pages then presses the back button it actually comes out of the web app, ive noticed it on Laracasts as well, is there a way to keep history or another workaround on mobile using Inertia? Thanks