mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 18:02:55 +08:00
docs(): add platforms tag
This commit is contained in:
parent
8262219d05
commit
d3d8f8264c
@ -67,7 +67,8 @@ import { Plugin, Cordova } from '@ionic-native/core';
|
|||||||
pluginName: 'PayPal',
|
pluginName: 'PayPal',
|
||||||
plugin: 'com.paypal.cordova.mobilesdk',
|
plugin: 'com.paypal.cordova.mobilesdk',
|
||||||
pluginRef: 'PayPalMobile',
|
pluginRef: 'PayPalMobile',
|
||||||
repo: 'https://github.com/paypal/PayPal-Cordova-Plugin'
|
repo: 'https://github.com/paypal/PayPal-Cordova-Plugin',
|
||||||
|
platforms: ['Android', 'iOS']
|
||||||
})
|
})
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class PayPal {
|
export class PayPal {
|
||||||
|
@ -44,7 +44,8 @@ import { Injectable } from '@angular/core';
|
|||||||
plugin: 'cordova-plugin-photo-library',
|
plugin: 'cordova-plugin-photo-library',
|
||||||
pluginRef: 'cordova.plugins.photoLibrary',
|
pluginRef: 'cordova.plugins.photoLibrary',
|
||||||
repo: 'https://github.com/terikon/cordova-plugin-photo-library',
|
repo: 'https://github.com/terikon/cordova-plugin-photo-library',
|
||||||
install: 'ionic plugin add cordova-plugin-photo-library --variable PHOTO_LIBRARY_USAGE_DESCRIPTION="To choose photos"'
|
install: 'ionic plugin add cordova-plugin-photo-library --variable PHOTO_LIBRARY_USAGE_DESCRIPTION="To choose photos"',
|
||||||
|
platforms: ['Android', 'Browser', 'iOS']
|
||||||
})
|
})
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class PhotoLibrary {
|
export class PhotoLibrary {
|
||||||
|
@ -20,7 +20,8 @@ import { Plugin, Cordova } from '@ionic-native/core';
|
|||||||
pluginName: 'PhotoViewer',
|
pluginName: 'PhotoViewer',
|
||||||
plugin: 'com-sarriaroman-photoviewer',
|
plugin: 'com-sarriaroman-photoviewer',
|
||||||
pluginRef: 'PhotoViewer',
|
pluginRef: 'PhotoViewer',
|
||||||
repo: 'https://github.com/sarriaroman/photoviewer'
|
repo: 'https://github.com/sarriaroman/photoviewer',
|
||||||
|
platforms: ['Android', 'iOS']
|
||||||
})
|
})
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class PhotoViewer {
|
export class PhotoViewer {
|
||||||
|
Loading…
Reference in New Issue
Block a user