ionic-ion-imageCacheFactory
ionic-ion-imageCacheFactory copied to clipboard
Then is never called. Hangs the application.
trafficstars
.then is never called, also the failure function. Therefore unable to continue.
Saved or Image cache failed never written to console.
$ImageCacheFactory.Cache([
$scope.latestPhoto + '',
$scope.currentUser.profile_picture + ''
])
.then(function() {
console.log('saved');
$rootScope.hideSpinner();
}, function(a) {
console.log('Image cache failed', a);
$rootScope.hideSpinner();
});
Do you have a specific test case replicating this issue?
Any progress on this issue?
not really, will prepare a codepen in the next days @BioPhoton