poetic/ember-cli-cordova

App shows just a white screen

Closed this issue · 6 comments

It happens just sometimes when I first open the app. Closing and reopening again the app solves the problem.
Looking at the logs I get the following output:

D/CordovaLog(11115): file:///android_asset/www/assets/vendor.js: Line 34634 : Error while processing route: tracking
D/CordovaLog(11115): file:///: Line 1 : Uncaught ReferenceError: start is not defined
D/CordovaLog(11115): file:///: Line 2 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 3 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 4 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 5 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 6 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 7 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 8 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 9 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 10 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 11 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 12 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 13 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 14 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 15 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 16 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 17 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 18 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 19 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 20 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 21 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 22 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 23 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 24 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 25 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 26 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 27 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 28 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 29 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 30 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 31 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 32 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 33 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 34 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 35 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 36 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 37 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 38 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 39 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 40 : Uncaught ReferenceError: addRow is not defined
D/CordovaLog(11115): file:///: Line 41 : Uncaught ReferenceError: addRow is not defined

Searching for similar issues I found this one, but it isn't exactly the same problem as mine.

Ember, ember-cli and all the packages are up to date. I'm using a Nexus 5 with Android 5.1, but I've tested also on a Samsung Note 2 with Android 4.4, same issue there.

Nobody out there who could help me with this big issue...?

dukex commented

Do you can explain how to I reproduce this ssue ?

Idk how to explain, because Idk where the issue is. I'm gonna try now to set up a new project and add all the packages I'm using to see if I'm able to reproduce again the same issue.

Closing this as a stale issue. Please re open if you are still having challenges.

@jaimevent did you get it fixed?