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? 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
IOS safari has a bug https://forums.developer.apple.com/thread/36650 And we have a problem, because each scroll leads to history.replaceState.
How to disable it? We dont need scroll handling at all.
Maybe just make some if (options.enableScroll) here:
if (options.enableScroll)
https://github.com/yahoo/fluxible/blob/master/packages/fluxible-router/lib/handleHistory.js
?
The text was updated successfully, but these errors were encountered:
A refactor for scroll state should be discussed in #336. Since this specific issue is resolved in #450 for now, I will close this issue.
Sorry, something went wrong.
No branches or pull requests
IOS safari has a bug https://forums.developer.apple.com/thread/36650
And we have a problem, because each scroll leads to history.replaceState.
How to disable it? We dont need scroll handling at all.
Maybe just make some
if (options.enableScroll)
here:https://github.com/yahoo/fluxible/blob/master/packages/fluxible-router/lib/handleHistory.js
?
The text was updated successfully, but these errors were encountered: