mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +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') {
|
||||
* app = 'twitter://';
|
||||
* } else if (device.platform === 'Android') {
|
||||
* } else if (Device.platform === 'Android') {
|
||||
* app = 'com.twitter.android';
|
||||
* }
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user