@ludochane wrote:
Hi,
I have a problem with the cordova Whitelist plugin.
It works well in debug mode (ionic build android).
But in release mode (ionic build --release android), my app can't reach my rest api.I've set
<access origin="*" />
in the config.xml.
And<meta http-equiv="Content-Security-Policy" content="default-src 'self' *; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval' *">
in index.htmlI've tried lots of things and nothing works... And same problem for ios build...
Have you ever get this issue ?Thanks
Posts: 1
Participants: 1