Difference between Ionic View/Safari and IOS Simulator

Hi,

I’m developping an application using AngularJS Material, Ionic V1 and Crosswalk plugin cordova. Everything looks good in Ionic View, i even released the Android version on Play Store, and it looks good.

I also use ionic serve in Safari on IOS, and it looks like the Ionic View or Play Store version, but weirdly when i launch it using IOS Simulator in XCode, some of the function not working correctly, the header doesn’t show, some of the scroll not working and even md-dialog won’t show up. I tried simulating it on iphone 4s, 5 and 6. I don’t know what happening, anyone has ever experience this kind of thing ?

Should i debug and fix until it shows correctly on IOS Simulator ? or Should i just release it on Itunes Store ?

Please also noted that i used an old macbook.

Thanks in advance

Did you remote debug the problem on the device already? Follow these instructions here to debug the problem in Safari dev tools: https://ionic.zone/debug/remote-debug-your-app#ios Look at the console and network tabs for errors.

Will try later tonight, thank you