mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(refresher): add correct fallbacks for native refreshers (#20333)
This commit is contained in:
@ -174,7 +174,7 @@ export const shouldUseNativeRefresher = (referenceEl: HTMLIonRefresherElement, m
|
||||
pullingSpinner !== null &&
|
||||
refreshingSpinner !== null &&
|
||||
(
|
||||
(mode === 'ios' && isPlatform('mobile')) ||
|
||||
(mode === 'ios' && isPlatform('mobile') && (referenceEl.style as any).webkitOverflowScrolling !== undefined) ||
|
||||
mode === 'md'
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user