ngCordova $cordovaInAppBrowser not working on IOS emulator

I have been using the $cordovaInAppBrowser to use the inAppBrowser plugin with my angular code. The problem is, this won’t run on the IOS emulator. It works in the browser by opening a new window, it runs on both android emulator and device. I don’t have an IOS device on hand to test. So I can’t say for sure if it’s just an emulator issue or just IOS as a whole. Has anybody had any trouble with this? I should also note, if I use the plugin with vanilla JS it works.