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
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
Manage multiple scrolling views. If you're using something like <iron-pages> to switch views, you can use <app-scroll-position> to track scroll position for each of the views. See the API docs for sample usage. <app-scroll-position> was renamed in release 2.0 (replacing <app-scrollpos-control>).
However, the link on <app-scroll-position> turns up a blank page. Looks like <app-scroll-position> has been removed.
From Polymer/polymer#4664:
The 2.0 docs state:
However, the link on
<app-scroll-position>
turns up a blank page. Looks like<app-scroll-position>
has been removed.The only suggested alternative is
document.rootScroller
, but that is just a proposal right now and hasn’t landed in any browsers.The text was updated successfully, but these errors were encountered: