config
Showing
<?xml version='1.0' encoding='utf-8'?> | ||
<widget id="com.getmi.customer" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<name>Get Me</name> | ||
<name>GetMi</name> | ||
<description /> | ||
<author email="[email protected]" href="http://ionicframework.com/">Techware Software Solutions Pvt Ltd</author> | ||
<content src="index.html" /> | ||
... | ... | @@ -14,11 +14,13 @@ |
<preference name="ScrollEnabled" value="false" /> | ||
<preference name="android-minSdkVersion" value="19" /> | ||
<preference name="BackupWebStorage" value="none" /> | ||
<preference name="orientation" value="portrait" /> | ||
<preference name="ShowSplashScreenSpinner" value="false"/> | ||
<preference name="SplashMaintainAspectRatio" value="true" /> | ||
<preference name="FadeSplashScreenDuration" value="300" /> | ||
<preference name="SplashShowOnlyFirstTime" value="false" /> | ||
<preference name="SplashScreen" value="screen" /> | ||
<preference name="SplashScreenDelay" value="3000" /> | ||
<preference name="SplashScreenDelay" value="5000" /> | ||
<platform name="android"> | ||
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application" xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<application android:networkSecurityConfig="@xml/network_security_config" /> | ||
... | ... |
Please
register
or
sign in
to comment