Is there a way using JS of accessing the history state of the previous page when a user clicks the 'back' button?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Unfortunately you're not allowed to read previous on next states.
All you can do is reading current state, using But if it all happens on the same page without reloads, why don't you save data on you own stack. You can use array for this - just save the same data to array and new state. |
|||
|
|