gpt4 book ai didi

php - 使用 cordova 创建 android 应用程序

转载 作者:行者123 更新时间:2023-11-30 03:01:28 27 4
gpt4 key购买 nike

我正在尝试使用 cordova 为 android 制作应用程序。我无法找到一些有意义的指南或代码来帮助我作为如何使用 cordova 运行 php (codeigniter) 项目的示例。有人可以指导我完成整个过程或向我发送有关如何建立连接的示例代码。我在某处读到,我所要做的就是将我的项目复制到 cordova 项目的 www 文件夹中,但没有添加有关如何处理 index.html 文件、如何使用它指向我的主页的详细信息站点,或者我必须对我的项目做的任何事情,以使其被 cordova 接受。请有人帮我提供信息或使用 cordova 访问的简单 php 站点,任何更容易理解的东西。

提前致谢。

最佳答案

你可以在你的config.xml中设置

    <widget id="com.example.hello" version="0.0.1">
<name>HelloWorld</name>
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
<author email="dev@callback.apache.org" href="http://cordova.io">
Apache Cordova Team
</author>
<content src="index.html" />
<access origin="*" />
<preference name="Fullscreen" value="true" />
<preference name="WebViewBounce" value="true" />
</widget>

    <widget id="com.example.hello" version="0.0.1">
<name>HelloWorld</name>
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
<author email="dev@callback.apache.org" href="http://cordova.io">
Apache Cordova Team
</author>
<content src="http://[codeignter url]/index.php" />
<access origin="*" />
<preference name="Fullscreen" value="true" />
<preference name="WebViewBounce" value="true" />
</widget>

并记得将 cordova 的 javascript 导入您的主机。

关于php - 使用 cordova 创建 android 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22466008/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com