我使用Cordova设备插件获取device.platform
。
但它的工作时间有一段时间了?!我不明白为什么。它是相同的代码。
function checkDevice() {
if(device.platform){ //Line 163
var devicePlatform = device.platform;
if (devicePlatform == "iOS") { // iOS
loadDeviceIOS();
}
}
}
04-15 15:28:11.129:D / CordovaLog(15057): file:///android_asset/www/js/index.js:Line 163:Uncaught ReferenceError:未定义设备
首先调用该插件效果很好。 Secont和第三次得到错误。比再工作。对我来说无法解释......请帮帮我..