Hacker News new | ask | show | jobs
by gusgordon 4863 days ago
It took a bit to extract all the necessary data the right way, and some little things like getting the back button to work correctly held me up.
1 comments

I assume by the "back button" you are referring to the text saying "Voke" on each page?

I wouldn't have clicked it until looking for a back button. Might be worth leaving it as text, and maybe placing a back button to the left of it? Personally I think something similar to the back button in Windows Phone would look nice. Something like the button here: http://i.msdn.microsoft.com/dynimg/IC505392.png

I was referring to just the standard browser back button, ha. I'm using the HTML5 history API for this, and the back button was causing recursion problems. That said, I know what you mean, and that could be a good idea.
Ah, so I see. It's good to know you got it working though!