0

我是钛工作室的新手,我喜欢移动编程。在钛上创建新项目时,我选择了移动网络和安卓。该项目在 android 手机上运行良好,但在为 web 部署时它没有显示任何内容。我错过了什么吗?请帮忙

4

1 回答 1

0

通常有一个集成服务器在浏览器中运行您的应用程序。http://docs.appcelerator.com/titanium/latest/#!/guide/Deploying_and_Distributing_Mobile_Web_Apps

否则,Titianium 会将您的应用程序部署到给定位置。在这种情况下,我认为您需要自己在浏览器中访问它。

http://docs.appcelerator.com/titanium/latest/#!/guide/Mobile_Web

您还可以查看:http ://docs.appcelerator.com/titanium/latest/#!/guide/Mobile_Web_Platform_Overview

于 2013-02-25T14:33:44.780 回答