By the way, sorry for my English. Please edit for me :)
I'm using https://youtube.github.io/spfjs/ for fast navigation like one page application. But when SPF.js call spf.navigate(url)
I get redirected to another page.
For sample when I scroll down my website a bit, click <a class="spf-link" href="http://example.com/nextpage">
next page is loading normally without refresh, but scroll Y position is not saving and I'm getting to the top. That really annoys users when they just want to stay at the current scrolling.
Is there any configurable state or position whenspf.navigate()
is called by SPF.js? or I have to do some trick to do it.