docs(plugins): added platforms (#1638)

* added platforms

* round 2

* round 3

* Update index.ts
This commit is contained in:
Daniel Sogl
2017-06-02 21:34:18 +02:00
committed by Ibby Hadeed
parent 41dae53bf2
commit 328e5de3f3
71 changed files with 96 additions and 89 deletions
@@ -6,6 +6,9 @@ import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core';
* @name Social Sharing
* @description
* Share text, files, images, and links via social networks, sms, and email.
*
* For Browser usage check out the Web Share API docs: https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin#web-share-api
*
* @usage
* ```typescript
* import { SocialSharing } from '@ionic-native/social-sharing';
@@ -34,7 +37,7 @@ import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core';
plugin: 'cordova-plugin-x-socialsharing',
pluginRef: 'plugins.socialsharing',
repo: 'https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin',
platforms: ['iOS', 'Android', 'Windows Phone']
platforms: ['Android', 'Browser', 'iOS', 'Windows', 'Windows Phone']
})
@Injectable()
export class SocialSharing extends IonicNativePlugin {