i have de config.xml, please can you help me what need change:
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" xmlns:cdv="http://cordova.apache.org/ns/1.0" id="com.xxx.xxx" version="1.0">
<name>XXXGAME</name>
<description>XXXGAME</description>
<author email="XXX">Fernando</author>
<icon src="icon-128.png" width="128" height="128"/>
<icon src="icon-256.png" width="256" height="256" gap:role="default"/>
<preference name="permissions" value="none"/>
<preference name="android-targetSdkVersion" value="21"/>
<feature name="http://api.phonegap.com/1.0/network"/>
<preference name="orientation" value="landscape"/>
<preference name="fullscreen" value="true"/>
<gap:config-file platform="ios" parent="UIStatusBarHidden">
<true/>
</gap:config-file>
<gap:config-file platform="ios" parent="UIViewControllerBasedStatusBarAppearance">
<false/>
</gap:config-file>
<preference name="deployment-target" value="8.0"/>
<preference name="android-minSdkVersion" value="16"/>
<plugin name="cordova-plugin-crosswalk-webview" source="npm"/>
<plugin name="cordova-plugin-wkwebview-engine"/>
<plugin name="cordova-plugin-file"/>
<plugin name="cordova-plugin-httpd"/>
<plugin name="cordova-plugin-whitelist" source="npm"/>
<access origin="*"/>
<plugin name="cordova-plugin-inappbrowser" source="npm"/>
<!-- Optional splash screen image, e.g.: -->
<!-- <gap:splash src="splash.png" width="1024" height="768" />
-->
<platform name="android">
<preference name="enabled" value="true"/>
</platform>
<plugin name="com.ludei.webviewplus.ios" spec="*"/>
<plugin name="com.ludei.webviewplus.android" spec="*"/>
<preference name="Orientation" value="landscape"/>
<preference name="Fullscreen" value="true"/>
<plugin name="cocoon-plugin-application-android" spec="*"/>
<preference name="CocoonSplashScaleMode" value="scaleAspectFit"/>
<plugin name="https://github.com/appodeal/appodeal-cordova-plugin.git" spec="https://github.com/appodeal/appodeal-cordova-plugin.git"/>
</widget>
Thanks and regards.