mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
docs(device): fix reference (#930)
This commit is contained in:
parent
9a5a62bc3a
commit
5b6cb6e19f
@ -16,7 +16,7 @@ import { Cordova, Plugin } from './plugin';
|
|||||||
*
|
*
|
||||||
* if (Device.platform === 'iOS') {
|
* if (Device.platform === 'iOS') {
|
||||||
* app = 'twitter://';
|
* app = 'twitter://';
|
||||||
* } else if (device.platform === 'Android') {
|
* } else if (Device.platform === 'Android') {
|
||||||
* app = 'com.twitter.android';
|
* app = 'com.twitter.android';
|
||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user