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
I didn't think a lot of it at the time. However, I realized I'm already using some old $ionicScrollDelegate info from a pre-beta release that is no longer available.
There is lots of useful info inside the scroll that can help developers do different things. We need more available than just scrollTop, scrollBottom, rememberScrollPosition, etc.
Things like scroll height, last touch x, last touch x, etc. How can more of this info be accessed?
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
There was a forum post a few days requesting more info about the scroll view.
http://forum.ionicframework.com/t/accessing-scroll-position/2796/3
I didn't think a lot of it at the time. However, I realized I'm already using some old $ionicScrollDelegate info from a pre-beta release that is no longer available.
Example :
There is lots of useful info inside the scroll that can help developers do different things. We need more available than just
scrollTop
,scrollBottom
,rememberScrollPosition
, etc.Things like scroll height, last touch x, last touch x, etc. How can more of this info be accessed?
The text was updated successfully, but these errors were encountered: