projects:mai

navigation

http://mai.voyc.com/?name=storyview-25

Push pop replace state in browser history

BrowserHistory.nav(pageid) takes a single parameter, pageid, and passes that to history.pushState({'pageid':pageid});

Instead, we need to allow an unlimited number of parameters, as might be added to a url querystring.

Step one, make a new version of the browserhistory.html test app to test an array of parameters instead of only the pageid.