bug: Cannot pull to refresh in iOS with ionic 5
See original GitHub issueIonic 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:
- Add ion-refresher to project
- run project on iOS using ionic 5
- 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:
- Created 4 years ago
- Comments:7 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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
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.