mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
docs(toast): add platforms
This commit is contained in:
parent
cbfc7968ed
commit
a3cfdea9da
@ -57,7 +57,8 @@ export interface ToastOptions {
|
|||||||
@Plugin({
|
@Plugin({
|
||||||
plugin: 'cordova-plugin-x-toast',
|
plugin: 'cordova-plugin-x-toast',
|
||||||
pluginRef: 'plugins.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 {
|
export class Toast {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user