Open ionitron-bot[bot] opened 5 years ago
Post your tsconfig.json in my case whas the target value
This is not a Ionic 3 bug. Bug is still very much alive in Ionic 4 beta 18. Someone should revert this to original bug and maybe take a look on ionic bot algo.
Original issue by @hebra on 2018-08-04T12:20:02Z
Bug Report
Ionic Info Run
ionic info
from a terminal/cmd prompt and paste the output below.Describe the Bug Even the simplest myApp Ionic4/Angular6 demo does not proceed past the loading index.html when running on Android (device or emulator). Browser and iOS are fine.
Steps to Reproduce Steps to reproduce the behavior:
ionic start myApp tabs --type=angular
adb logcat
ionic cordova platform add android
ionic cordova emulate android
Related Log During app start up in the emulator the logcat logs the following error which I think is the root cause for the app not continuing loading.
Expected Behavior App should finish starting up.
Additional Context This error only happens on Android devices and the emulator, but not when starting the app on Android via the Ionic DevApp tool.