English 中文(简体)
“AppMobi.device”[未界定]不是一个目标。
原标题:"AppMobi.device" [Undefined] is not an object.....getting error when testing on device
  • 时间:2012-01-12 06:22:07
  •  标签:
  • appmobi

我要检查一下正在运行的“发展中国家模式”。

用于:

页: 1

var Device = AppMobi.device.model;   
try {       
    Device = Device.toLowerCase();
}
catch (Error) {

    alert(Error);
}

return Device;

iii

这就是说:

var装置=CurrentDeviceModel();

关于Mobi“Emulator”的工作罚款,但在检查装置时发现错误。

TypeError: Result of expression "AppMobi.device" [Undefined] is not an object

任何帮助都将受到高度赞赏。

增 编

最佳回答

我在阿普莫比论坛上对此作了答复,但你的问题很可能是你在亲善之声之前这样做。 迫击炮射击。 如果你看你的话,那就应该有一位听众。 发出这一呼吁。

问题回答

暂无回答




相关问题
appMobi xhr.js loses jquery post return data

Maybe I am working with it wrong. I don t know. All I know is its something to do specifically with the XHR.js that comes with appMobi. I have the latest build as of what ever was on there site 2 days ...

Unable to check app(creatde with appMobi) on device

I have created mobile app using appMobi XDK. Its working fine if I test locally (returning data from webservices.) But when i m trying to test on device, * unable to get the latest app * and not ...

AppMobi background issues

basically I am trying to set a background color (or image). I am writing in HTML CSS and JQuery Mobile. I m trying to create a basic AppMobi app but I don t seem to be able to change my background in ...

appMobi XDK simulated device orientation change

Is the content rendered in appMobi s device emulator supposed to respond (in the emulator) to simulated orientation changes? Mine doesn t, and I m wondering if that s a problem with my installation ...

热门标签