Blank application on Android

I have a small application with Ionic 2 that works fine in development mode (running with ionic serve).

I packaged it for Android, then run it on smartphone : the splash screen is displayed, but next there is only a blank screen. It is a ZTE Grand S flex with Android 4.1.2.

I ran the application by redirecting console to shell, and I can see this error :

0 115890 group EXCEPTION: Error during instantiation of BrowserDetails!
(Token Promise → DynamicComponentLoader → Compiler → RuntimeCo
mpiler → ProtoViewFactory → Renderer → DomRenderer → AnimationBuilder → Bro
wserDetails).
1 115900 error EXCEPTION: Error during instantiation of BrowserDetails!
(Token Promise → DynamicComponentLoader → Compiler → RuntimeCo
mpiler → ProtoViewFactory → Renderer → DomRenderer → AnimationBuilder → Bro
wserDetails).
2 115904 error ORIGINAL EXCEPTION: TypeError: undefined is not a functi
on
3 115906 error ORIGINAL STACKTRACE:
4 115907 error TypeError: undefined is not a function
at http://192.168.1.11:8100/build/js/app.bundle.js:9404:16393
at BrowserDomAdapter.requestAnimationFrame (http://192.168.1.11:8100/build/j
s/app.bundle.js:36516:94)
at RafQueue._raf (http://192.168.1.11:8100/build/js/app.bundle.js:28386:50)
at new RafQueue (http://192.168.1.11:8100/build/js/app.bundle.js:28382:15)
at BrowserDetails.raf (http://192.168.1.11:8100/build/js/app.bundle.js:28368
:22)
at BrowserDetails.doesElapsedTimeIncludesDelay (http://192.168.1.11:8100/bui
ld/js/app.bundle.js:28357:15)
at new BrowserDetails (http://192.168.1.11:8100/build/js/app.bundle.js:28346
:15)
at http://192.168.1.11:8100/build/js/app.bundle.js:12314:46
at Injector._instantiate (http://192.168.1.11:8100/build/js/app.bundle.js:14
096:28)
at Injector._instantiateProvider (http://192.168.1.11:8100/build/js/app.bund
le.js:14056:26)
5 115910 groupEnd

Any idea of the problem ?

Same problem here, don’t know where to figure it???

Have you tried adding Crosswalk? I had that problem with two Android phones this week and when I added Crosswalk it all worked ok.

Great! I’ll try it and let you know.

UPDATE:
Tested when add Crosswalk, it works now! Thanks you very much, Richard!