-
Notifications
You must be signed in to change notification settings - Fork 18
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
Allow setting history.state
#4
Comments
Location.replaceState
to set history.state
history.state
@cmather -- please review the commits attached to the various tickets when you have a sec. |
Ok will do
|
@cmather - here's a small proto-package that achieves the scroll saving in the way we talked about: https://github.com/tmeasday/iron-scroll. See the example for very basic usage. Probably a IR |
A problem with this is that it forces a redispatch of the router every time you change |
This works but the issues remaining are:
|
Not sure if you agree with the name @cmather -- I'll use this to set the last known scroll position in an
onScroll
handler.The text was updated successfully, but these errors were encountered: