Rest Call missing in IonicView only

Hi guys,
I developed my app locally and I tested it using my local browser. Now I pushed on Ionic Repo, the app has been built successfully, but In Ionic View on my iPhone the remote calls not work.Is it required to enable remote call via configuration file? If yes, what is the property?

In the config.xml I have setted:

<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />

Thanks

I have the same problem with apk deployed into emulator bluestacks.

Could you please help me?

Thanks
Luca

Hello @lsantaniello,

I think you should enable and use CORS policy both in your website, and app server.
This is probably the issue.

Have fun with ionic,

François

In the browser it works. I have problem in ionicview app, on my iphne

Could you please help me?