0

我正在使用 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。

谢谢

4

2 回答 2

3

Firstly if you are starting you should not write files on your own, you should generate project using Sencha Cmd. Here are details:

http://docs.sencha.com/touch/2-1/#!/guide/command_app

and if you want to learn what to do after that you should go through this brilliant tutorial http://miamicoder.com/2012/how-to-create-a-sencha-touch-2-app-part-1/

Still you get blank page please show index.html file.

BTW which browser you are using?

于 2013-02-21T06:03:35.000 回答
0

我发现问题出在代码中,而不是在索引文件中,因为我没有正确引用文件。

谢谢 :)

于 2013-02-21T16:40:11.083 回答