Hi,
I loaded my app on my android device and I’m debbuging on android studio.
When I try to login, when I touch Sign in, the following message appears in android studio console:
“D/chromium: Unknown chromium error: 0”
What it means?
How to solve this?
Check your cordova whitelist file. This error is thrown when you make requests in domains not specified in the cordova whitelist plugin. For more information check cordova whitelist documentation
vhoxha08, I tried to do what the link suggest, but nothing changes
What I’ve noted in some older android devices the message that appears is: “D/chromium: Unknown chromium error: 0”. And in newest android devices, this message doesn’t appears!