private-face / jquery.fullscreen

jQuery plugin for opening page elements in fullscreen mode.
MIT License
148 stars 83 forks source link

Hash URL issue #30

Closed mohitkumat closed 9 years ago

mohitkumat commented 9 years ago

Redirects to base URL e.g. localhost:3000/# from localhost:3000/#/dashboard or any other URL when switched to and fro full screen view. I am using React with Flux on Chrome - Ubuntu.

mohitkumat commented 9 years ago

@private-face Any updates here?

private-face commented 9 years ago

@mohitkumat sorry, cannot reproduce your issue. Could you provide a code example?

mohitkumat commented 9 years ago

Sorry, my mistake, no issue with the plugin. It was just hash URLs vs '#' in anchor tag stuff. Just a little preventDefault() did the job for me. Thanks for the reply though.