Fix URI-payment for mobile
This commit is contained in:
parent
014390665a
commit
c2f2ad95ca
5 changed files with 14 additions and 6 deletions
|
|
@ -57,7 +57,9 @@ angular.element(document).ready(function() {
|
|||
|
||||
function handleBitcoinURI(url) {
|
||||
if (!url) return;
|
||||
window.location = '#/uri-payment/' + url;
|
||||
setTimeout(function() {
|
||||
window.location = '#/uri-payment/' + url;
|
||||
}, 1000);
|
||||
}
|
||||
|
||||
window.plugins.webintent.getUri(handleBitcoinURI);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue