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
If you use element.scrollToElement() or AngularJS $anchorScroll (or Ionic's new anchorScroll support in post-0.9.23 master) it's impossible to manually scroll to the top of the list again.
Your plunkr bugs on nightly because querySelector doesn't allow us to search for numbered ids - eg scrollContainer.querySelector('#500'). I will just make it use getElementById - I didn't use that before because we don't know how getElementById works in different browsers if there are multiple items with the given id. But oh well.
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.
see http://forum.ionicframework.com/t/scrolltoelement-blocks-scrolling-to-the-top/969
If you use element.scrollToElement() or AngularJS $anchorScroll (or Ionic's new anchorScroll support in post-0.9.23 master) it's impossible to manually scroll to the top of the list again.
See http://embed.plnkr.co/shyXuk/preview for an example.
The text was updated successfully, but these errors were encountered: