-
Notifications
You must be signed in to change notification settings - Fork 1
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
Prefixed paths (ROOT_URL) is not considered on IE9 hash position #1
Comments
I was able to fix the issue by changing // Make sure that polyfilled links are redirected to correct links in
// supporting browsers. Enables sharing links between IE and non-IE
// e.g. http://example.com/#/some-path -> http://example.com/some-path
var basePath = __meteor_runtime_config__.ROOT_URL_PATH_PREFIX || '';
history.redirect('/', basePath + '/'); |
+1 |
@mperkh - I forked out the package and added your change but still getting the pound (#) symbol issue. Is there any other changes that need to be made? |
@mperkh see here: https://github.com/mgarf/historypollyfill My assumption is the only file that was edited was settings.js. The history.js is from another repository |
@mgarf Ok, Pull Request issued.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kadirahq/flow-router#496
The text was updated successfully, but these errors were encountered: