mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 23:03:19 +08:00
docs(camera): remove unsupported platforms (#2220)
This commit is contained in:
parent
995fd56894
commit
8179805ad9
@ -161,7 +161,7 @@ export enum Direction {
|
|||||||
plugin: 'cordova-plugin-camera',
|
plugin: 'cordova-plugin-camera',
|
||||||
pluginRef: 'navigator.camera',
|
pluginRef: 'navigator.camera',
|
||||||
repo: 'https://github.com/apache/cordova-plugin-camera',
|
repo: 'https://github.com/apache/cordova-plugin-camera',
|
||||||
platforms: ['Android', 'BlackBerry 10', 'Browser', 'Firefox OS', 'iOS', 'Ubuntu', 'Windows', 'Windows Phone 8']
|
platforms: ['Android', 'Browser', 'iOS', 'Windows']
|
||||||
})
|
})
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class Camera extends IonicNativePlugin {
|
export class Camera extends IonicNativePlugin {
|
||||||
|
Loading…
Reference in New Issue
Block a user