Yesterday, I built and run my app on my Android device and this version worked fine.
Since, I improved my app (content view and controller of some modules) and today, I have a black screen on device.
Tests where app is OK
- When I execute
ionic serve
- When I build another Ionic app (not this one) and run on device
Tests where app fails on device
- When I execute
ionic cordova run android --debug
- When I use the same version like yesterday
- When I try to rebuild a already tagged version (So qualified and tested)
I think that maybe my build configuration is corrupted but I don't know how.
I tried to:
- remove and re-add Android platform
- re-install all NPM modules
but nothing these steps does not fix the issue.
On device, I can't access to "Inspect device" tool of Chrome to see if I have JS problem.
Do you have any idea to resolve my problem please?
EDIT
After more tests, I found the following behavior:
If I change the ID of
<widget id="new-app-id">
inconfig.xml
, app runs fine on device!
Any idea on this behavior?
Thanks!