I have a problem
I want to create a app for Android 4.2 support. But after building my app, when I run the app, after the splash screen, the page becomes completely white.
If I use “android-minSdkVersion”=19 and use cordova android@7, that’s all right and Works.
please guide me
Ionic Info
Ionic:
ionic (Ionic CLI) : 4.2.1 (C:\Users\Mohammad Moradi\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : ionic-angular 3.9.2
@ionic/app-scripts : 3.2.0
Cordova:
cordova (Cordova CLI) : not installed
Cordova Platforms : android 6.4.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 2.2.0, (and 5 other plugins)
System:
NodeJS : v8.11.3 (C:\Program Files\nodejs\node.exe)
npm : 6.4.0
OS : Windows 10``
config.xml
<preference name="webviewbounce" value="false" />
<preference name="UIWebViewBounce" value="false" />
<preference name="ScrollEnabled" value="false" />
<preference name="android-minSdkVersion" value="16" />
<preference name="BackupWebStorage" value="none" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="LoadUrlTimeoutValue" value="10000" />
<preference name="ShowSplashScreenSpinner" value="false" />
<preference name="Orientation" value="portrait" />
<preference name="FadeSplashScreenDuration" value="300" />
<preference name="SplashShowOnlyFirstTime" value="false" />
<preference name="SplashScreen" value="screen" />
<preference name="SplashScreenDelay" value="10000" />