$ionicHistory cache next view

Continuing the discussion from Please help test: Angular 1.3, improved transitions, cached views, etc:

There’s is a way to cache the next view? Not just the previous view. For example, when the user open my app, I show a list of popular posts, when the user try to interact with something we ask for login, this login is another view and would be nice if it was already cached and the transition was fast as the transition of backviews (that feels faster)

http://ionicframework.com/docs/nightly/api/service/$ionicHistory/

something like:

.controller('homeCtrl', function($ionicHistory) {
  $ionicHistory.cacheNextView({
    stateName: 'app.login' // name defined in stateProvider
  });
});

I will say we’re going in this direction and I’d like to make that possible, but beta14 is overdue so that feature probably won’t make it in yet. But we definitely want to make this a feature, thanks.

1 Like

Hi adam,

any news on this?
would be really nice to have such a feature.

best regrads
marc

Hi @adam, any update on this?