Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: $ionicScrollDelegate won't work if used with overflow-scroll = "true" in ion-content #4010

Closed
iDeekshith opened this issue Jun 30, 2015 · 1 comment

Comments

@iDeekshith
Copy link

Type: bug

Platform: mobile webview

             <ion-tabs>
                     <ion-tab>
                     </ion-tab>
                     <ion-tab>
                                 <ion-content class="has-header has-subheader" overflow-scroll="true" delegate-handle="myScroll" >
                                 </ion-content>
                    </ion-tab>
            </ion-tabs>

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.

@iDeekshith 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
@Ionitron
Copy link
Collaborator

Greetings @iDeekshith!

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.

Thank you for allowing me to assist you.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants