Android application not working

I just made a new application using ionic start myApp tabs --type=angular when I run the application using ionic server it works fine in the browser and I can see the start application.

I uploaded the app to my appflow and created a native Android app. When I upload to my tablet the application does not work and all I see is a white screen.

I’m using an Android tablet (Model number rk3288 and running Android 6.0.1).

Also here is the ionic info


   ionic (Ionic CLI)             : 4.6.0 
   Ionic Framework               : @ionic/angular 4.0.0-rc.0
   @angular-devkit/build-angular : 0.11.4
   @angular-devkit/schematics    : 7.1.4
   @angular/cli                  : 7.1.4
   @ionic/angular-toolkit        : 1.2.1

Cordova:

   cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
   Cordova Platforms     : android 6.4.0
   Cordova Plugins       : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 2.3.1, (and 4 other plugins)

System:

   NodeJS : v10.13.0 (C:\Program Files\nodejs\node.exe)
   npm    : 6.4.1
   OS     : Windows 10

Any idea how I can get the app to work?

Probable a JavaScript error. Try debugging the app using chrome remote debugging.

ops forgot to add the error msg.

here is the error (intermediate value).fill is not a function

Because my Android version is 6.0.1 do I need to change the version of cordova platform?

I have faced the same problem as yours. Could you find a solution?

I was not able to solve the issue using ionic. I think it is related to the version of Android (In my case Android 6.0) and the version of Ionic (I was using ionic 4).