I have an App developed with Cordova 8.1.2, and compiled under Android 8.1 Oreo API Level 27 Revision 3, successfully working on Play Store and with registered users.
During last weeks some users have been upgrading phones to Android 9.0 Pie and when they open the app and make register or login actions, they receive an ajax communication with server error.
I have try it in developer mode with android studio and Emulator with Android 9.0 Pie, and I get the same result. I made some tests with different ajax URLs and the ajax call never arrives to the server.
Someone with the same issue?
Here is error log in android studio:
2019-01-30 20:29:19.701 1921-1921/? E/netmgr: Failed to open QEMU pipe 'qemud:network': Invalid argument 2019-01-30 20:29:22.351 1754-1900/? E/storaged: getDiskStats failed with result NOT_SUPPORTED and size 0 2019-01-30 20:29:38.714 1925-2029/system_process E/memtrack: Couldn't load memtrack module
Ajax error view in console:
{"readyState":0,"status":0,"statusText":"error"}