PhoneGap 和 WP7 不想加载代码
我为 WP7 设置了 Visual Studio Express 和 PhoneGap 1.4.1。 我能够运行示例模板,因此我开始将应用程序代码从 Eclipse/Android 移动到 VSE www 文件夹。 JQ/JQM 似乎没有加载。因此,为了排除故障,我创建了一个新项目并添加了一个警报(“hello”);内部函数 onDeviceReady() 和警报对话框未显示。
这是怎么回事?
I setup Visual Studio Express and PhoneGap 1.4.1 for WP7.
I am able to run the sample template so I starting to move my app code from Eclipse/Android to the VSE www folder. The JQ/JQM doesn't seems to load. So to troubleshoot, I create a new project and put a alert("hello"); inside function onDeviceReady() and the alert dialog did not show.
What is wrong here?!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
啊,我明白了。 WP7(和 iPhone)比 Android 更严格,需要警报回调才能工作
请尝试以下操作:
Ah I see. WP7 (and iPhone) are stricter than Android and need a Alert Callback for it to work
Try the following: