gpt4 book ai didi

ionic-framework - 如何在 ionic 3 中使用加载 Controller 实现微调器?

转载 作者:行者123 更新时间:2023-12-04 06:31:37 26 4
gpt4 key购买 nike

我想在 ionic3 中实现带有加载 Controller 的微调器。我已经实现了简单的加载 Controller 。怎么做?提前致谢。

我现在的装载机

enter image description here

我想要这样的东西

enter image description here

最佳答案

presentLoadingCustom() {
let loading = this.loadingCtrl.create({
spinner: 'hide',
content: `<img src="assets/img/gif.gif" />`,
duration: 5000
});

loading.onDidDismiss(() => {
console.log('Dismissed loading');
});

loading.present();
}

内部图像标签给出了一些 gif 图像,它工作正常我已经测试过了

输出 imag

关于ionic-framework - 如何在 ionic 3 中使用加载 Controller 实现微调器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46308088/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com