history.js icon indicating copy to clipboard operation
history.js copied to clipboard

How to use History API State with hash urls?

Open matthewrobb opened this issue 8 years ago • 0 comments

I have a number of reasons why I am limited to using the hash potion of the url for my dynamic application routing however I am not limited in a way that requires I support older browsers that do not have HTML5 History API available. I'd like to be able to store state objects in navigation while using hash urls, is this possible?

matthewrobb avatar Feb 20 '17 14:02 matthewrobb