Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Sencha Touch 开发一个应用程序,我正在使用 phonegap 将其包装到本机应用程序中并使用本机API。
我的应用程序运行良好,但几个小时后突然改变了一些东西,我构建了它以在我的平板电脑上测试它。但它不会启动(它只显示加载指示器),尽管在桌面浏览器上完美启动。
我alert()在我的代码中放了一些,我发现启动函数app.js没有被调用......我index.html的执行得很好。
alert()
app.js
index.html
一切都很好,但现在我不知道发生了什么……有人能救我吗?