mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
docs(media): remove unsupported platforms (#2228)
This commit is contained in:
parent
ecc46bacf1
commit
e77bce67db
@ -284,7 +284,7 @@ export type MediaErrorCallback = (error: MediaError) => void;
|
||||
repo: 'https://github.com/apache/cordova-plugin-media',
|
||||
plugin: 'cordova-plugin-media',
|
||||
pluginRef: 'Media',
|
||||
platforms: ['Android', 'BlackBerry 10', 'Browser', 'iOS', 'Tizen', 'Ubuntu', 'Windows', 'Windows Phone']
|
||||
platforms: ['Android', 'Browser', 'iOS', 'Windows']
|
||||
})
|
||||
@Injectable()
|
||||
export class Media extends IonicNativePlugin {
|
||||
|
Loading…
Reference in New Issue
Block a user