我試圖用Ionic2長期服務進度報告顯示加載動畫:Ionic2 LoadingController微調動畫不能正常工作
this.loading = this.loadingCtrl.create({
content: 'Please wait...',
spinner: 'ripple' // <<------ Is that correct?
});
this.loading.present();
結果是沒有任何微調文本框。
這是09/22/2016 Ionic2使用最新的測試版(11),我實際上找不到任何像上面的任何示例任何地方。這可能是未來的功能記錄,但尚未實施?
我說的是Ionic2 LoadingController
單證here
我嘗試了其他名稱(例如「點」),還有:「ripple」是一個標準微調。檢查LoadingOptions接口,「微調」參數看起來合法... – rubmz