anuskaoo commented on issue #1548:
URL:
https://github.com/apache/cordova-android/issues/1548#issuecomment-1421127000
With android 11 platform calls to external domains like:
(async () => {
await
fetch("https://identitytoolkit.googleapis.com/v1/accounts:signInWithPassword?key=AIzaxxxxxxxxxxxxxxx",
requestOptions)
..............
or somethink like that not working.
I have already tried all the solutions that I have found on the internet
such as:
<preference name="AndroidInsecureFileModeEnabled" value="true" />
but nothing works. Will there be a problem in Cordova?
In the simulator it works perfectly so it can't be a problem with my server.
When I upload the app to the Play Store and try it on the device, it doesn't
work. Can you help me?
I need to access some REST API and I can't. That's a big problem for me
Thanks
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]