diff --git a/src/js/controllers/paymentUri.js b/src/js/controllers/paymentUri.js index c202945bf..b80ed1611 100644 --- a/src/js/controllers/paymentUri.js +++ b/src/js/controllers/paymentUri.js @@ -2,6 +2,7 @@ angular.module('copayApp.controllers').controller('paymentUriController', function($rootScope, $stateParams, $location, $timeout, profileService, configService, lodash, bitcore, go) { + window.ignoreMobilePause = true; function strip(number) { return (parseFloat(number.toPrecision(12))); };