运行firefox os模拟器时webIDE中未捕获的异常

时间:2015-03-01 06:12:32

标签: ember.js firefox-os

我在webIDE中运行了ffos 2.0模拟器并测试了Windows 7机器上https://developer.mozilla.org/en-US/Apps/Build/Modern_web_app_architecture中给出的世界时钟示例。这会引发未捕获的异常[对象对象]行号:模拟器中的未知和白屏。在firefox浏览器36中,它运行正常,而不会在firebug中报告任何错误。

我缩小了世界时钟的例子,没有时钟或timnezone页面。它只是http://localhost:4200/。即使这在ff浏览器中工作,但在webIDE控制台中抛出相同的错误。在webIDE的调试器中,在选择异常暂停时,它会在div.queryselectorall(" *,:x")暂停。

有人,请帮忙!

1 个答案:

答案 0 :(得分:0)

我有同样的问题。 解决它:在/config/environment.js

if (environment === 'development') {
       ENV.locationType = 'hash';
}

将“生产”用作打包应用程序。