We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Page goes top after browser refresh. Previous scroll position is not saving. Microsoft Edge 42.17134.1.0
browserSync.reload on change.
gulp.task('default', function() { browserSync.init({ proxy: 'http://localhost/xyz/', host: 'localhost', open: false, ghostMode: { scroll: true } }); gulp.watch("./sass/*.scss", ['sass']); gulp.watch("./js/theme.js", ['minify-js']); gulp.watch(["./*.php", "./functions/*.php"]).on('change', browserSync.reload); });
The text was updated successfully, but these errors were encountered:
confirmed bug, will be looked at :)
Sorry, something went wrong.
9e96603
fixed in browser-sync@2.24.7 :)
Successfully merging a pull request may close this issue.
Issue details
Page goes top after browser refresh. Previous scroll position is not saving. Microsoft Edge 42.17134.1.0
Steps to reproduce/test case
browserSync.reload on change.
Please specify which version of Browsersync, node and npm you're running
Affected platforms
Browsersync use-case
for all other use-cases, (gulp, grunt etc), please show us exactly how you're using Browsersync
The text was updated successfully, but these errors were encountered: