Your problem is caused by the cordova-plugin-ionic-webview plugin that is part of every new or updated Ionic app. The current version 2.x doesn’t support Android 4.x any more.
Did you remote debug the problem on the device already? Follow these instructions here to debug the problem in Chrome dev tools: https://ionic.zone/debug/remote-debug-your-app#android Look at the console and network tabs for errors.
Ater testing the app with chrome dev tools, this is the result.
When the app starts, the loading appears, then a blank page is shown for a few seconds, then my home page is shown with a error message.
Do you get the same when you create a new project with ionic start and run that one?
Do you have a newer/faster device for testing? Does it work there?
Your Cordova tooling seems to be out of date, which might be causing all kinds of problems.
You can read about how to figure out the current Cordova versions and how to update CLI, platforms and plugins here: How to update Cordova CLI, Platforms and Plugins · ionic.zone