我遇到的问题是,当我使用steroids connect
时,它运行时没有config.xml,在这个文件中我有很多东西,比如全屏模式等。
如何让类固醇appgyver运行config.xml文件?
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.example.hello" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>HelloWorld</name>
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
<author email="dev@cordova.apache.org" href="http://cordova.io">
Apache Cordova Team
</author>
<content src="index.html" />
<access origin="*" />
<preference name="phonegap-version" value="3.7.0" />
<preference name="android-targetSdkVersion" value="19" />
<preference name="orientation" value="landscape" /><!--No rotation-->
<preference name="fullscreen" value="true" /><!--Hides the menu on top-->
<preference name="SplashScreen" value="screen" />
<preference name="SplashScreenDelay" value="10000" />
</widget>
答案 0 :(得分:0)
这是Appgyver中新配置文件的一些documentation。
您可以构建应用版本并在Build Settings
中调整定位模式这是一个简短的discussion,其中一位Appgyver团队成员回答了有关config.xml
的问题。