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

refresher jump to bottom on iOS 9.2.1 iphone6 #5585

Closed
bibitoo opened this issue Feb 24, 2016 · 1 comment
Closed

refresher jump to bottom on iOS 9.2.1 iphone6 #5585

bibitoo opened this issue Feb 24, 2016 · 1 comment

Comments

@bibitoo
Copy link

bibitoo commented Feb 24, 2016

Short description of the problem:

After add refresher to ionic-conference-app shecule.html, The Schedule list could pull down.
Then I release, the page scroll to bottom.

What behavior are you expecting?

The page back to the top.

Steps to reproduce:

  1. add refresher to ionic-conference-app shecule.html
  2. on ionic-conference-app's schedule list page, scroll to bottom
  3. scroll to top, and pull down the page. The refresher icon should show.
  4. Release the page, the page scroll to bottom.
<ion-content class="schedule">
 <ion-refresher (starting)="doStarting($event)"
                 (refresh)="doRefresh($event)"
                 (pulling)="doPulling($event)">
  </ion-refresher>

  <ion-searchbar primary
                 [(ngModel)]="queryText"
                 (input)="updateSchedule()"
                 placeholder="Search">
  </ion-searchbar>

Ionic Version: 1.x / 2.x
2.0
Browser & Operating System: iOS
iOS

Run ionic info from terminal/cmd prompt:

Your system information:

Cordova CLI: 6.0.0
Gulp version:  CLI version 3.9.1
Gulp local:  
Ionic Version: 2.0.0-beta.0
Ionic CLI Version: 2.0.0-beta.17
Ionic App Lib Version: 2.0.0-beta.8
OS: Distributor ID: Ubuntu Description: Ubuntu 15.10 
Node Version: v4.3.0

@brandyscarney
Copy link
Member

Confirmed that this is no longer a problem with the recent fixes in #5207. Should be released in beta.2. Will add it as a task on that issue to check this again before release.

@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

3 participants