question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bug: Cannot pull to refresh in iOS with ionic 5

See original GitHub issue

Ionic version:

[ ] 4.x [x] 5.x

I’m submitting a …

[x] bug report [ ] feature request

Current behavior:

Using ionic 5, the ion-refresher doesnt seem to work for ios. It works for android, however.

Expected behavior:

You should be able to pull to refresh in ios with ionic 5

Steps to reproduce:

  1. Add ion-refresher to project
  2. run project on iOS using ionic 5
  3. try to pull to refresh, nothing happens

Related code:

<ion-content>
  <ion-refresher
    slot="fixed"
    (ionRefresh)="doRefresh($event)"
    refreshing-icon="bubbles"
  >
    <ion-refresher-content> </ion-refresher-content>
  </ion-refresher>

Other information:

Ionic info:

Ionic:

   Ionic CLI                     : 5.4.15
   Ionic Framework               : @ionic/angular 5.0.4
   @angular-devkit/build-angular : 0.803.23
   @angular-devkit/schematics    : 8.3.23
   @angular/cli                  : 8.3.23
   @ionic/angular-toolkit        : 2.1.2

Cordova:

   Cordova CLI       : 9.0.0 (cordova-lib@9.0.1)
   Cordova Platforms : android 8.1.0, ios 5.1.1
   Cordova Plugins   : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.1.3, (and 26 other plugins)

Utility:

   cordova-res (update available: 0.10.0) : 0.8.1
   native-run                             : 0.3.0

System:

   ios-deploy : 1.9.4
   ios-sim    : 8.0.2
   NodeJS     : v10.16.2 (/usr/local/bin/node)
   npm        : 6.13.1
   OS         : macOS Mojave
   Xcode      : Xcode 11.0 Build version 11A420a

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
joshoconnor89commented, Mar 17, 2020

@steavengong i tried your code and it didnt work. and @liamdebeasi it iOS, I am on 13.3.1.

Ill get you a repo right now with it occurring, give me a little

0reactions
ionitron-bot[bot]commented, Apr 16, 2020

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

bug: Cannot pull to refresh in iOS with ionic 5 #20778 - GitHub
joshoconnor89 commented on Mar 13, 2020 · Add ion-refresher to project · run project on iOS using ionic 5 · try to pull...
Read more >
Ionic 5 ion-content ion-list scroll disabled after scroll down
At first I thought that the ion-refresh was causing this bug, but now that I removed it, it is still there. So I...
Read more >
ion-refresher: Pull-to-Refresh Page Content on Ionic Apps
Both iOS and Android platforms provide refreshers that use properties exposed by their respective devices in order to give pull-to-refresh a fluid, native-like ......
Read more >
The 9 Most Common Mistakes That Ionic Developers Make
The majority of developers using Ionic will want their app to run on iOS and Android. After adding the platforms ionic platform add...
Read more >
In iOS 15, when the app is restarted, it immediately crashes.
If someone opens the app after ~1 hour from the last time he/she opened it, the app skips the SplashScreen and after that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found