From 8aa4d93f8f8eb3c06ec1fd3c8573a3e356386e08 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sat, 6 Dec 2014 18:50:27 -0300 Subject: [PATCH] fixes https://github.com/bitpay/copay/issues/2007 --- cordova/config.xml | 4 ++-- js/init.js | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cordova/config.xml b/cordova/config.xml index 44ddd11f9..6788e1a9f 100644 --- a/cordova/config.xml +++ b/cordova/config.xml @@ -1,8 +1,8 @@ + ios-CFBundleVersion="0.8.3"> Copay A secure bitcoin wallet for friends and companies. diff --git a/js/init.js b/js/init.js index 3f4432b38..31feed295 100644 --- a/js/init.js +++ b/js/init.js @@ -20,6 +20,10 @@ angular.element(document).ready(function() { startAngular(); }, false); + + document.addEventListener('pause', function() { + window.location = '#!'; + }); } else { startAngular(); }