-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Back button not working #93
Comments
Hey, thanks for bringing this to my attention. We used to trigger a page reload when navigating through history, but it looks like that got dropped in in v0.6. Anyway I think a more comprehensive solution is probably necessary now, I'll try to get something pushing in the next few days. In the meantime, you should be able to add the old v0.5 behavior back to your project with this event listener:
|
is this still open ? |
@Dxuian yeah sorry, I got sidetracked on some other issues. I'd accept a PR even if it's just a draft. I don't personally use |
Hmm, that conditional reload did not work for me, i had to reload it unconditionally:
|
I add a
x-target.push
url changes, but state is not saved in a history when making page navigation. How can I solve it?The text was updated successfully, but these errors were encountered: