-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
navigate! appends query when using html5 #15
Comments
Does anybody have a fix for this yet? Or should we fork and investigate? |
I havent see the isue on my projects, and i didnt have time, but if you have time plase submit a PR with a fix :D |
Good to know that. It's possible the issue appears if the necessary server redirect isn't yet in place. We'll see shortly! |
I think this might actually be fixed, I just tried |
I think it’s an issue that appears in some (mis)configurations. Like others, mine now works, but was showing the problem till I revised my
configuration.
M
… On 10 Jun 2018, at 02:08, Andrew Phillips ***@***.***> wrote:
I think this might actually be fixed, I just tried :html5 true and it seems to work fine.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#15 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAIphcZb7bvBYIyccADtu_mIngJGf39Fks5t7HGqgaJpZM4RAxR1>.
--
Mike Pearson
gmp26@cam.ac.uk
Winton Centre for Risk and Evidence Communication,
Centre for Mathematical Sciences,
Cambridge CB3 0WB
office: 01223 765921
mobile: 07426 032555
|
I was wrong, it's still broken for me :( |
If you have |
I'm still seeing this issue. I'll look into creating a fix PR |
When using
:html5? true
, the query gets appended to the the URL in the browser when usingnavigate!
. The following generates a url ending with?show-fields=true?show-fields=false?show-fields=true?show-fields=false?show-fields=true
after toggling a few times. With:html5? false
it works as expected.The output is:
Nice library!
The text was updated successfully, but these errors were encountered: