我正在使用phonegap,jqm,underscore和backbone构建应用程序。为了避免index.html中的underscore.js使用我的所有模板,我想使用require.js。
在本地计算机上测试我遇到了这个错误:
XMLHttpRequest cannot load file:///[...]loginTemplate.html. Cross origin requests are only supported for HTTP.
移动设备上的Web容器如何处理模板文件的这些请求?这被视为http请求还是文件请求?
答案 0 :(得分:0)
似乎请求被转移到手机上的http请求。