dorianrod opened a new issue #828: Android Pie 9.0 - Communication between JS - JAVA is broken (truncated) URL: https://github.com/apache/cordova-android/issues/828 # Bug Report ## Problem Hi, The communication system between Android & JS seems broken in Android 9.0 (using prompt to send data from js to java). Data sent via cordova.exec when stringified data is longer than 10240 is truncated. ## How to reproduce Send a message with cordova.exec and with argument [".....longtext > 10240"]. JAVA Side: On JAVA side, onJsPrompt function has a 10240 length message . ## Information I found that: https://bugs.chromium.org/p/chromium/issues/detail?id=884100. The prompt system seems to be the cause. ### Command or Code <!-- What command or code is needed to reproduce the problem? --> ### Environment, Platform, Device Cordova-android 8.0.0 Android PIE
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
