Bug: deviceready has not fired after 5 seconds

Cannot run my apk on tablet with Android version - 7.
when debug the issue using android emulator it showing this error log.

deviceready has not fired after 5 seconds

My meteor version is 2.0 and
cordova plugins are :-
cordova-plugin-android-permissions@1.0.0
cordova-plugin-appinfo-sync@0.2.0
cordova-plugin-qr-barcode-scanner@8.0.3

App.setPreference(‘loadUrlTimeoutValue’, ‘700000’);

This worked for me.

1 Like