• Top
  • New

Ask HN: Why most/all client HTML routers suck in iOS for swipe-back navigation

by cybice on 6/22/2023, 11:36:44 PM with 0 comments
Most of the frameworks I used (svelte-kit/remix/nextjs) in IOS when navigating backwards either don't show the previous page (especially if it was scrolled) or lose scroll position. (sometimes they work but not on every visit, some race condition or like exists) Without a client router with native navigation, everything looks fine.