PhoneGap geolocation() 在黑莓模拟器中不起作用?
我安装了 PhoneGap 0.9.2 并按照 PhoneGap wiki 页面 “PhoneGap(BlackBerry Widget)入门” 在 9550 BlackBerry 模拟器中运行 Phone Gap 示例。
我使用模拟器菜单将地理位置设置为已知值。但是,当我单击示例中的“获取位置”按钮时,提示以下错误消息。
代码:104消息:GPS位置获取超时。
I installed PhoneGap 0.9.2 and followed the instructions from the PhoneGap wiki page "Getting Started with PhoneGap (BlackBerry Widgets)"
to run the Phone Gap sample in 9550 BlackBerry simulator.
I used the simulator menu to set a geolocation to a known value. However, when I click the "Get Location" button in the sample, it prompted the following error message.
code: 104 message: GPS location acquisition timed out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
切换到 9800 模拟器,应该可以了。我应该得到一些 stackoverflow 点:)
Switch to the 9800 simulator and that should work. And I should get some stackoverflow points :)
感谢达夫约翰逊的评论。我在BB的论坛上也发现了类似的抱怨。我切换到 9800 模拟器,地理定位工作正常。
Thanks to davdjohnson's comments. I also found the similar complaints on BB's forum. I switched to 9800 simulator and the geolocation works.