I have a big problems.. when a use
document.addEventListener("deviceready", onDeviceReady, false);
function onDeviceReady() {
$scope.prueba = 'ready';
}
I have this error
deviceready has not fired after 5 seconds. console-via-logger.js:173
Channel not fired: onCordovaInfoReady console-via-logger.js:173
Any help?.
Thanks