@Michelsongs - can you clarify, are you saying that when you have a link (like the following) on the page with Turbo enabled that the link does not change the URL:
<a href="/edit">Edit</a>
Or are you saying that using JavaScript to change URL does not work?
hey @tleish thanks for your reply.
just one comment here, a target=_top would replace the entire page, so the feel is not as smooth like when you replace only one portion of the page. right ?
yeah, that’s my whole point, it would be great if links within a frame trigger a location change without the need to reload all the body. I mean, if this library tries to emulate an SPA behavior it should be doable out of the box. it seems to be a limitation more than a design choice.