I'm creating an app with monaca, but every time I start the app, I get a Cordova error.
I'm in trouble because I don't know how to fix it.
Fill in the error log below.
device ready has not failed after 5 seconds.
Channel not fired: onCordovaInfoReady
Channel not fired: onCordovaConnectionReady
Channel not fired: onFileSystemPathsReady
How does this error affect the application?
Also, what should I do to fix the error?
This error occurs when cordova is not running properly when it starts.
If this happens, all the features of cordova will be unavailable.
First, comment out the javascript code you are loading and turn off the plug-in to ensure that the device ready event starts correctly.
document.addEventListener("deviceready", function() { alert("DeviceReady");}, false);
If you write a code similar to the one shown in and DeviceReady appears when the application starts, it will succeed.(Note that DeviceReady events do not ignite in preview.)
When the device ready event starts firing, gradually narrow down the range of comments to see where the device ready is not firing.
911 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
617 Uncaught (inpromise) Error on Electron: An object could not be cloned
610 GDB gets version error when attempting to debug with the Presense SDK (IDE)
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.