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: Ionic5 the refresher component did not work in Android

See original GitHub issue

Bug Report

Ionic version:

5.0.5

Current behavior:

in MD theme , Refresh component did not work, but IOS theme worked Expected behavior:

it can worke in MD theme or in Android Steps to reproduce:

add ionRefresher component in IonContent, then switch theme style to MD Related code:

<ion-content>
    <ion-refresher #refresh slot="fixed" pullMin="50" pullMax="600">
        <ion-refresher-content pulling-icon="circular"></ion-refresher-content>
    </ion-refresher>
</ion-content>

Other information:

Ionic info:

Ionic:

   Ionic CLI                     : 6.2.1 (C:\Users\admin\AppData\Roaming\npm\node_modules\@ionic\cli)
   Ionic Framework               : @ionic/angular 5.0.5
   @angular-devkit/build-angular : 0.803.25
   @angular-devkit/schematics    : 8.3.25
   @angular/cli                  : 8.3.25
   @ionic/angular-toolkit        : 2.2.0

Capacitor:

   Capacitor CLI   : 1.5.1
   @capacitor/core : 1.5.1

Utility:

   cordova-res : 0.9.0
   native-run  : 0.3.0

System:

   NodeJS : v12.15.0 (D:\Softs\Nodejs\node.exe)
   npm    : 6.13.4
   OS     : Windows 10

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
michielcrabbe96commented, Mar 20, 2020

Sure no problem.

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

Thanks for the issue! This issue is being closed due to the lack of a reply. 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.

Thank you for using Ionic!

Read more comments on GitHub >

github_iconTop Results From Across the Web

bug: Ionic5 the refresher component did not work in Android ...
I'm experiencing a similar problem. I have an ion-refresher component implemented inside the ion-content of an ion-menu . When I'm in MD mode ......
Read more >
Ionic ion-refresh works for android and web but not iOS
I've reserached through many solved questions for the ion-refresher, but it still does not work for my application. I've upgraded Ionic to ...
Read more >
Ionic App Troubleshooting - Updating Ionic Packages
This error happens when you are trying to use a component, provider pipe or directive that has not been imported and added to...
Read more >
Using React Hooks in Ionic React - Ionic Blog
In this example, MyComponent is a functional component (i.e. it is not a class-based component), but it is also stateless, given that it...
Read more >
Common errors and how to fix them - Mobiscroll Help Center
This error occurs when the Angular/Ionic application's typescript version is older ... 5. A Specific Mobiscroll component is not working. Here are the...
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