Search code examples
androidiosionic-frameworkionic2ionic-view

Ionic View App with iOS device where data has not been shown


I have developed a small Ionic2 app.It is working fine on both locally on the web browser and "Ionic view" app's Android device.But the problem is on the Ios device.It shows UI correctly but no data.I have tested this on Ionic app viewer on Ios mobile device.Can you tell me why this strange behavior. I'm using Php as a web API layer (or back end).Can you tell me where is the issue is? If you need any info please let me know.At this moment I don't know what to provide here?


Solution

  • OP's feedback

    Actually, the issue was Date format. We have to use ISO date format with the safari.

    OLD

    I guess that the problem is because the request is using SSL (https), with the request without SSL (http) should be work.

    Source: https://forum.ionicframework.com/t/solved-ionicview-app-http-request-to-external-api/18696