breautek commented on issue #1725: URL: https://github.com/apache/cordova-android/issues/1725#issuecomment-2254887360
Ok, as it stands right now I think it's hard to say if you're experiencing the same cordova-lib bug or not. Cordova will print a warning if `deviceready` isn't fired within 5 seconds of cordova initialization, and hitting the warning is usually an indication of a plugin misbehaving. Most of the time if it does happen, it's a sync issue between plugin metadata (json files that tells the cordova framework which plugins are installed and how to locate them). If cordova cannot find a symbol for a plugin, you should see a logcat message accordingly (e.g. class not found message, which is the exact side-effect of https://github.com/apache/cordova-lib/issues/927). But if you're not seeing anything and `deviceready` appears to never fire, then honestly I'm not sure, we'll probably will need a reproduction sample application, but you'll also need to have it reproduce using local simulators ideally. E.g. I can't use browserstack nor I can test uploading apps to google play but I do have an API 29 device on hand. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org