You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The persist create the virtual bfcache (?).
When history back, the scroll position is moved by browser like chrome.
How about control scrollRestoration property?
if('scrollRestoration'inhistory){// Back off, browser, I got this...history.scrollRestoration='manual';}
@sculove commented on Thu Dec 29 2016
Description
The persist create the virtual bfcache (?).
When history back, the scroll position is moved by browser like chrome.
How about control
scrollRestoration
property?@netil commented on Wed Jan 04 2017
@sculove commented on Wed Jan 04 2017
I think if you are using persist, it will be the user who will want to control the scrolling
@netil commented on Wed Jan 04 2017
But, in other word it's unnecessary handle scroll (for that it should check exact restoration happening natively)
The text was updated successfully, but these errors were encountered: