I have been working with Cordova, and in terms of functionalities everything works.
The problem is, I see white screen on some browsers, such as browsers except Safari on Apple mobile devices (so Chrome, Firefox and so on). On Macbook Pro I tested Chrome, Firefox, Safari and they work. Unfortunately I could not debug the Chrome or Firefox on iPad/iPhone, but on IntelXDK, I can emulate some devices, and some of them (Microsoft Surface Pro, Lenovo IdeaPad Yoga 13 Ultrabook, Toshiba Satellite Ultrabook) also show me white screen and here is the error:
deviceready has not fired after 5 seconds. cordova.js:1189
Channel not fired: onCordovaReady cordova.js:1182
Channel not fired: onCordovaInfoReady cordova.js:1182
Channel not fired: onFileSystemPathsReady
Do you have any idea what the reason can be? I tried many things, changing the version of the Cordova and plugins, made changes in the code where I call event listener for 'deviceready' but nothing worked.
Cordova version is 5.4.1
Thanks!