Merge pull request #3621 from cmgustavo/bug/mobile-splash
Adds fade transition. Also fix delay splashscreen
This commit is contained in:
commit
5465387e84
2 changed files with 5 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ angular.element(document).ready(function() {
|
|||
|
||||
setTimeout(function() {
|
||||
navigator.splashscreen.hide();
|
||||
}, 2000);
|
||||
}, 1000);
|
||||
|
||||
window.plugins.webintent.getUri(handleBitcoinURI);
|
||||
window.plugins.webintent.onNewIntent(handleBitcoinURI);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue