cordova/phonegap application crashes when using device plugin with windows phone 8

六月ゝ 毕业季﹏ 提交于 2019-12-11 09:45:41

问题


I installed the device plugin using this command line from my application directory:

plugman install --plugin org.apache.cordova.device --platform wp8 --project .

However when I try and use device this way:

console.log( "device.platform: " + device.platform );

my App crashes with this error:

The thread 0xfc8 has exited with code 259 (0x103).

Please what is wrong with this? Am I missing anything?

来源:https://stackoverflow.com/questions/26386379/cordova-phonegap-application-crashes-when-using-device-plugin-with-windows-phone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!