samedi 9 mai 2015

AppGyver does not run config.xml?

The problem I am encountering is that when I use steroids connect, it runs without the config.xml, and in this file I have many things such as fullscreen mode etc.

How can I make steroids appgyver run the config.xml file?

<?xml version='1.0' encoding='utf-8'?>
<widget id="com.example.hello" version="0.0.1" xmlns="http://ift.tt/18Fk3Vk" xmlns:cdv="http://ift.tt/1cHnIYX">
    <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>

Aucun commentaire:

Enregistrer un commentaire