部分显示Ionic3 LoadingController

时间:2017-10-27 20:55:38

标签: angular typescript ionic-framework loading ionic3

我们知道ionic3中的LoadingController是全屏加载。是否可以使用LoadingController进行部分加载,例如只加载屏幕中卡片屏幕中的列表?

2 个答案:

答案 0 :(得分:2)

ion-spinner {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 9;
}
<ion-content>
    <ion-spinner></ion-spinner>
</ion-content>

答案 1 :(得分:0)

是的,你可以。您需要为此创建自定义加载程序。

这是example of the doc

<properties>
    <jersey.version>2.25.1</jersey.version>
</properties>