-
Notifications
You must be signed in to change notification settings - Fork 426
Open
Description
From the current sourcecode:
cordova-plugin-device/www/device.js
Lines 52 to 53 in db0ad32
| // ignoring info.cordova returning from native, we should use value from cordova.version defined in cordova.js | |
| // TODO: CB-5105 native implementations should not return info.cordova |
Still present at:
| cordova: browser.cordovaVersion, |
cordova-plugin-device/src/osx/CDVDevice.m
Line 101 in db0ad32
| devProps[@"cordova"] = [[self class] cordovaVersion]; |
cordova-plugin-device/src/ios/CDVDevice.m
Line 94 in db0ad32
| @"cordova": [[self class] cordovaVersion], |
(Note: https://issues.apache.org/jira/browse/CB-5105 says "iOS is doing something special, but doing it right, so don't make any changes to iOS." but no idea what that refers to)