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
in my controller: I have added $ionicScrollDelegate as dependency and I'm using
$ionicScrollDelegate.$getByHandle('myScroll').scrollTop(); //To scroll to Top
The above scroll handler is working fine with overflow-scroll disabled.
With overflow-scroll disabled scrolling is jerky.
Please help me with this issue.
The text was updated successfully, but these errors were encountered:
iDeekshith
changed the title
$ionicScrollDelegate won't work if used with overflow-scroll = "true" in ion-content
bug: $ionicScrollDelegate won't work if used with overflow-scroll = "true" in ion-content
Jun 30, 2015
I've closed this issue because my sensors indicated it was old and inactive, and may have already been fixed in recent versions of Ionic. However, if you are still experiencing this issue, please feel free to reopen this issue by creating a new one, and include any examples and other necessary information, so that we can look into it further.
Type: bug
Platform: mobile webview
in my controller: I have added $ionicScrollDelegate as dependency and I'm using
$ionicScrollDelegate.$getByHandle('myScroll').scrollTop(); //To scroll to Top
The above scroll handler is working fine with overflow-scroll disabled.
With overflow-scroll disabled scrolling is jerky.
Please help me with this issue.
The text was updated successfully, but these errors were encountered: