在我的应用程序的某些时候,我正在使用jsrender将一些数据呈现到这样的列表视图中:
alert("getData1");
var generatedHtml = $("#itemTemplate").render(data);
alert("getData2");
我正在桌面浏览器和一些移动设备上测试应用程序(2 Galaxy Gio和onde Galaxy Note)。
问题在于其中一个Galaxy Gio,因为第二个alert
没有发射......所有其他设备都工作得很好......
原因可能是什么?
答案 0 :(得分:1)
我发现了问题......这是一个愚蠢的错误......
我正在使用网络中的位置导入jsrender脚本,由于某种原因,该设备无法连接到Internet。