Merge pull request #3379 from cmgustavo/bug/ios-resume-event

Fixes the "resume" event on mobile
This commit is contained in:
Matias Alejo Garcia 2015-11-02 10:40:46 -03:00
commit 2a14348cf5

View file

@ -34,7 +34,7 @@ angular.element(document).ready(function() {
document.addEventListener('resume', function() {
if (!window.ignoreMobilePause) {
window.location = '#/cordova/resume';
window.location = '#/cordova/resume/';
}
setTimeout(function() {
window.ignoreMobilePause = false;