app-UI icon indicating copy to clipboard operation
app-UI copied to clipboard

Back Button/History Integration

Open triceam opened this issue 14 years ago • 2 comments

To integrate or not? That is the question. There are existing frameworks/plugins to allow history management in HTML/JS web apps... why reinvent the wheel?

triceam avatar Mar 29 '12 01:03 triceam

If there already are frameworks that work well, maybe you pick one as a "official recommendation"? That way developers don't have to wonder if app-UI works with history library X.

gabbsmo avatar Jun 07 '12 20:06 gabbsmo

The only one I've integrated it with is jquery.address, you can see an example here: http://triceam.github.com/app-UI/examples/samples/04%20-%20browser%20history/index.html source: https://github.com/triceam/app-UI/tree/master/samples/04%20-%20browser%20history It should work with others, but you have to put the "hooks" in manually.

triceam avatar Jun 08 '12 18:06 triceam