support IntersectionObserver

This commit is contained in:
Luke Pulverenti 2016-05-19 10:37:59 -04:00
parent 2d62dc8dd9
commit 48058e8fff
8 changed files with 135 additions and 62 deletions

View file

@ -203,10 +203,10 @@ define(['loading', 'viewManager', 'skinManager', 'pluginManager', 'backdrop', 'b
if (!isBackNav) {
// Don't force a new view for home due to the back menu
if (route.type != 'home') {
//if (route.type != 'home') {
onNewViewNeeded();
return;
}
//}
}
viewManager.tryRestoreView(currentRequest).then(function () {