ajam / pulp

A vivacious viewer for web comics.
http://ajam.github.io/pulp
MIT License
89 stars 17 forks source link

Improve url sharing? #12

Closed mhkeller closed 10 years ago

mhkeller commented 10 years ago

If the person shares the url, it is page specific. Should the viewer, on first run, not respect the page number and always go to one so people don't accidentally share the last page?

mhkeller commented 10 years ago

this would be determined by the routing.onPageLoad(window.location.hash); path

mhkeller commented 10 years ago

All links go to the first page https://github.com/ajam/pulp/commit/68f08654fcb8e3805eefaeb82f3925aa5f5019b4#diff-d41d8cd98f00b204e9800998ecf8427e

If you want to quickly navigate to another page, there will be a dropdown menu as per https://github.com/ajam/pulp/issues/13