Ionic App APK installs but stops immediately when run
My Ionic app runs fine with no errors on the console when testing in the browser, and also runs fine on the Appery tester on Android.
However, when I create the APK it installs ok but fails when it attempts to run giving the error "appname has stopped", and thats it.
I've run the app in the Appery tester with Weiner debug and see that the following message appears:
"No Content-Security-Policy meta tag found. Please add one when using the cordova-plugin-whitelist plugin."
Is this the problem? If so, how do I correct it please?
Just to add, I;ve not installed the cordova-plugin-whitelist-plugin and don't see it anywhere on the list of plugins in the Appery system....