我是离子新用户,我试图在用户拉页面时获取复习图标。 默认的复习图标即将到来,但我尝试使用不同的图标,它不会出现
提前致谢
<ion-refresher refreshing-text="Loading..." refreshing-icon="ion-loading-c" on-refresh="doRefresh()">
</ion-refresher>
答案 0 :(得分:0)
<ion-refresher>
中使用字体图标的功能似乎已按照here所述弃用。相反,Ionic提供了使用IonSpinner
的功能,您可以阅读更多相关信息here。
因此,您选择的当前版本的Ionic是:refreshing-icon="bubbles"
,refreshing-icon="circles"
,refreshing-icon="crescent"
,refreshing-icon="dots"
,refreshing-icon="lines"
,refreshing-icon="ripple"
refreshing-icon="spiral"
,refreshing-icon="android"
,refreshing-icon="ios"
。