mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
docs(toast): add platforms
This commit is contained in:
parent
cbfc7968ed
commit
a3cfdea9da
@ -57,7 +57,8 @@ export interface ToastOptions {
|
||||
@Plugin({
|
||||
plugin: 'cordova-plugin-x-toast',
|
||||
pluginRef: 'plugins.toast',
|
||||
repo: 'https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin'
|
||||
repo: 'https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin',
|
||||
platforms: ['Android', 'iOS', 'Windows Phone 8']
|
||||
})
|
||||
export class Toast {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user