在hello world cordova 2.3.0 app中尝试使用涟漪
添加了基本的BackboneJS代码,我收到上面显示的错误
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script type="text/javascript" src="http://static.stackmob.com/js/json2-min.js"></script>
<script type="text/javascript" src="http://static.stackmob.com/js/underscore-1.4.3-min.js"></script>
<script type="text/javascript" src="http://static.stackmob.com/js/backbone-0.9.10-min.js"></script>
我已使用正确的标记--allow-file-access-from-files
答案 0 :(得分:3)
您可能还需要在Ripple设置中禁用“跨域代理”。
答案 1 :(得分:1)
使用“JSON”更改“JSONP”并使用以下两个选项启动chrome:
chrome.exe --disable-web-security --allow-file-access-from-files