From bd1a81f2003b1303662de5d5b20278ef7d2cd72f Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 17 Oct 2016 13:51:34 -0400 Subject: scroll to top on orientation change as sometimes it can go out of screen Former-commit-id: 02253383b97e482a3bda833663deddd268f4803c --- www/js/MontageCtrl.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js') diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index aa218c90..4fcfe4d6 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -845,6 +845,7 @@ angular.module('zmApp.controllers') $timeout(function () { if (pckry) pckry.onresize(); }); + $ionicScrollDelegate.$getByHandle("montage-delegate").scrollTop(); } $scope.toggleSizeButtons = function () { -- cgit v1.2.3