inertiajs / inertia

Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
https://inertiajs.com
MIT License
6.56k stars 435 forks source link

fix chromeIOS and edgeIOS browser back button problems #1999

Open AbdullahAgsar opened 1 month ago

RobertBoes commented 1 month ago

Seems like this might require more than just a list of browsers. All third party browsers on iOS are essentially glorified Safari webviews. So this issue would likely exist in every single browser on iOS apart from Safari itself. Perhaps it would be a good idea to change the check to "is ios and not safari"

AbdullahAgsar commented 1 month ago

@RobertBoes This issue was also present in Safari itself in the past few weeks, but it was resolved within just a few days. I’m not entirely sure, but I think it received an update. I believe the issue will be completely resolved once the browsers receive a new version.

Kokkey commented 3 weeks ago

any updates on this ? I'm having the same issues

AbdullahAgsar commented 3 weeks ago

any updates on this ? I'm having the same issues

i don't have any solution for this issues