You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v7.x
Current Behavior
When global mode is defined e.g. in angular using IonicModule.forRoot({ mode: 'ios' }), ion-refresher does not respect custom mode ('md') defined on component level on child pages.
Bildschirmaufnahme.2024-03-11.um.14.23.11.mov
Expected Behavior
mode on component level for ion-refresher should be applied also on child pages