docs(in-app-browser): remove unsupported platforms (#2227)

This commit is contained in:
Daniel Sogl 2017-12-28 13:09:17 +01:00 committed by Ibby Hadeed
parent d256916621
commit ecc46bacf1

View File

@ -181,7 +181,7 @@ export class InAppBrowserObject {
plugin: 'cordova-plugin-inappbrowser', plugin: 'cordova-plugin-inappbrowser',
pluginRef: 'cordova.InAppBrowser', pluginRef: 'cordova.InAppBrowser',
repo: 'https://github.com/apache/cordova-plugin-inappbrowser', repo: 'https://github.com/apache/cordova-plugin-inappbrowser',
platforms: ['AmazonFire OS', 'Android', 'BlackBerry 10', 'Browser', 'Firefox OS', 'iOS', 'macOS', 'Ubuntu', 'Windows', 'Windows Phone'] platforms: ['AmazonFire OS', 'Android', 'Browser', 'iOS', 'macOS', 'Windows']
}) })
@Injectable() @Injectable()
export class InAppBrowser extends IonicNativePlugin { export class InAppBrowser extends IonicNativePlugin {