我正在使用Sencha Touch 2构建我的第一个应用程序之一,我无法在网上找到在index.html中准确链接的内容,因为我正在网上阅读教程并且我收到一个空白屏幕(问题来自索引文件)。我会喜欢它的一些帮助,就像我说的那样,我在互联网上找不到任何东西。
<script id="microloader" type="text/javascript" src="touch/microloader/development.js"></script>
<script src="../touch-2.1.1/sencha-touch-debug.js" type="text/javascript"></script>
<script src="app.js" type="text/javascript"></script>
<link href="../touch-2.1.1/resources/css/sencha-touch.css" rel="stylesheet" type="text/css" />
<link href="resources/css/app.css" rel="stylesheet" type="text/css" />
我已经使用Sencha Cmd生成我的应用程序了。我使用的浏览器是Chrome版本24。
由于
答案 0 :(得分:3)
首先,如果你开始不应该自己编写文件,你应该使用Sencha Cmd生成项目。以下是详细信息:
http://docs.sencha.com/touch/2-1/#!/guide/command_app
如果你想学习该怎么做,你应该通过这个精彩的教程http://miamicoder.com/2012/how-to-create-a-sencha-touch-2-app-part-1/
你仍然得到空白页面,请显示index.html文件。
BTW你正在使用哪种浏览器?
答案 1 :(得分:0)
我发现问题出在代码而不是索引文件中,因为我没有正确引用文件。
谢谢:)