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(); }