Add toast plugin
This commit is contained in:
parent
66482cd9e2
commit
7d27ff70cb
5 changed files with 173 additions and 1 deletions
14
mobile/cordova_plugins.js
vendored
14
mobile/cordova_plugins.js
vendored
|
|
@ -27,6 +27,17 @@ module.exports = [
|
|||
"clobbers": [
|
||||
"cordova.plugins.clipboard"
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "plugins/nl.x-services.plugins.toast/www/Toast.js",
|
||||
"id": "nl.x-services.plugins.toast.Toast",
|
||||
"clobbers": [
|
||||
"window.plugins.toast"
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "plugins/nl.x-services.plugins.toast/test/tests.js",
|
||||
"id": "nl.x-services.plugins.toast.tests"
|
||||
}
|
||||
];
|
||||
module.exports.metadata =
|
||||
|
|
@ -35,7 +46,8 @@ module.exports.metadata =
|
|||
"de.appplant.cordova.plugin.email-composer": "0.8.2dev",
|
||||
"com.phonegap.plugins.barcodescanner": "1.0.1",
|
||||
"org.apache.cordova.splashscreen": "0.3.0",
|
||||
"com.verso.cordova.clipboard": "0.1.0"
|
||||
"com.verso.cordova.clipboard": "0.1.0",
|
||||
"nl.x-services.plugins.toast": "2.0"
|
||||
}
|
||||
// BOTTOM OF METADATA
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue