breautek commented on issue #1754:
URL: 
https://github.com/apache/cordova-android/issues/1754#issuecomment-2567018856

   cordova-android itself is mostly a packaging tool, for the android platform. 
The javascript runtime doesn't typically change in between cordova-android 
versions. And the JS API it does provide is pretty minimal and rarely changes. 
There are more JS related code found in plugins than the cordova-android 
platform itself. Most of the JS code found inside the platform are 
build-tooling for managing the android project, as implementations to the 
Cordova CLI commands.
   
   You can review the release notes for what has changed since 12.0.1 to 13.0.0 
[here](https://github.com/apache/cordova-android/blob/master/RELEASENOTES.md#1300-may-15-2024)
 or a more detailed commit-by-commit view 
[here](https://github.com/apache/cordova-android/compare/rel/12.0.1...rel/13.0.0).
 I had a glance myself but didn't see anything changes that might cause the app 
to hang.
   
   I'm going to re-iterate that we will need a [sample reproduction 
app](https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md)
 to continue.
   
   If the issue only reproduces on your clients devices and you don't know 
enough information to reproduce it yourself even on your project, then I'll 
consider investing in error reporting tools that can track and collect errors 
within your app from client devices and report them back to you. Otherwise we 
are just troubleshooting blindly and that's not very efficient at all.
   
   Also can you confirm one way or another if you have tested an API 24 
simulator and whether that did reproduce the issue or not? Doing this is a very 
easy way to rule out issues with older webview versions on device.


-- 
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

Reply via email to