[SOLVED] Differences in iOS Native and iOS Emulator

I have created an ionic 2 app for both android and iOS. Everything works great for the android app. The app looks good when I run it in the iOS emulator in a browser but when I install it through xcode on an iPhone it looks and acts completely different. I haven’t seen many posts with this issue and was wondering if anyone has seen this issue.

→ ionic info

Your system information:

Cordova CLI: 6.5.0
Ionic Framework Version: 2.0.0
Ionic CLI Version: 2.2.1
Ionic App Lib Version: 2.2.0
Ionic App Scripts Version: 1.0.0
ios-deploy version: 1.9.1
ios-sim version: 5.0.13
OS: OS X El Capitan
Node Version: v6.10.0
Xcode version: Xcode 8.2.1 Build version 8C1002

iPhone info - version 10.0.1

Solved: I finally was able to get the debugger in Safari working and saw the DatePipe was breaking and once the error was thrown the rest of the code was just skipped. Now I just do a check and if it’s iOS I just show a less presentable date time.