Wallet backup: copy to clipboard or sent by email
This commit is contained in:
parent
02444a9c43
commit
e3d260883c
3 changed files with 44 additions and 5 deletions
|
|
@ -100,6 +100,15 @@ if [ ! -d $PROJECT ]; then
|
|||
cordova plugin add org.apache.cordova.inappbrowser
|
||||
checkOK
|
||||
|
||||
cordova plugin add nl.x-services.plugins.toast && cordova prepare
|
||||
checkOK
|
||||
|
||||
cordova plugin add https://github.com/VersoSolutions/CordovaClipboard
|
||||
checkOK
|
||||
|
||||
cordova plugin add https://github.com/katzer/cordova-plugin-email-composer.git
|
||||
checkOK
|
||||
|
||||
fi
|
||||
|
||||
if $DBGJS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue