From 71f234413bef3f2a511cc04087891be080615442 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 22 Jan 2016 10:51:07 -0300 Subject: [PATCH] Fix URI payment --- src/js/controllers/paymentUri.js | 1 + 1 file changed, 1 insertion(+) 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))); };