我使用的是ember v2.5.0。當我點擊「返回」鏈接時,我希望我的圖片頁面能夠在我進入詳細信息頁面前滾動到我的位置。保存emberJS中的滾動位置
我發現這個關於這個問題:
https://dockyard.com/blog/2014/05/05/preserve-scroll-position-in-ember-apps
但是當我嘗試把它列入我的項目,它給了我錯誤
routes/index.js: line 130, col 29, 'opts' is defined but never used.
routes/index.js: line 154, col 13, 'position' is defined but never used.
routes/index.js: line 155, col 13, 'viewportHeight' is defined but never used.
而且,在代碼中它說ThingsView
在最後,我不知道該寫什麼,因爲我使用的不是視圖列表。
這是我玩弄:
https://ember-twiddle.com/d88e8e6402b6a437746f3adb5cab85f0?openFiles=router.js%2C
誰能幫助我這個融入我的項目或者給我點別的?我被這個困住了。謝謝。
非常感謝,這正是我所需要的。我試圖將這些定位代碼整合到我的index.js中,這顯然是一個錯誤。偉大的迴應! – hbc