- Open the search bar in the Naver app (iOS), enter ‘inertia js,’ and navigate to its home page.
- Navigate to several different pages on the home page and click back button.
Problem: Clicking the back button will exit the site and return directly to the search results, as if previously visited pages were opened as modals. I faced same behavior on my site made with inertia-react
I followed these steps in all browsers, including Instagram and Kakao in-app browsers. The problem occurs only in the Naver ios in-app browser, and only when navigating to the site from the search results or directly from the search bar. I also tried adding replace
property as mentioned here, but it didn’t help. Now to solve this issue I’m going to rewrite all Link components to simple tags:( I guess it is problem of Naver app or Inertia itself^ Any thoughts how else I can solve this issue?