1
我在iOS上使用Cordova/PhoneGap和ActivityIndicator插件。出於某種原因,當我從回調函數中調用'ActivityIndicator.hide()'時,微調器不會隱藏。科爾多瓦/ PhoneGap:麻煩隱藏iOS上的ActivityIndicator
任何想法讚賞。
謝謝!
ActivityIndicator.show();
// Get the search term
var searchStr = $("#input-field").val().trim();
// Test Get Request
m.dataFetcher.getItemsByName(searchStr, function(res, data) {
if (res) {
// Load List View
that.loadListView(data);
}
// this call doesn't work:
ActivityIndicator.hide();
});
你解決了這個問題嗎? – RezaRahmati
您是否找到解決方案? –