ionic framework - How can I scroll then `ion-content` when use the drop-down refresh? -
when use ion-refresher
, users use drop-down refresh, ion-content
in process of waiting data can't scroll ,it has wait refresher.complete ()
before can scroll.
what's problem caused by?
how can scroll ion-content
when use drop-down refresh?
reviewed refresher-content. js
,because ion - refresher
add overflow:hidden
ion-content
style.
according demand change part can solve problem.
Comments
Post a Comment