WebsiteBeaver / CordovaCall

Cordova CallKit & ConnectionService plugin for iOS/Android that displays the native call UI for VOIP apps
MIT License
196 stars 91 forks source link

Freezes ios after device ready is fired. #67

Closed bpowell15 closed 5 years ago

bpowell15 commented 5 years ago

Everything works as expected on android. Trying to use this plugin in ios freezes my app as as soon as device ready is triggered.

My app is built with ionic, has anyone experienced this issue? There is no error thrown, but the issue is similar to when other plugins have not been added to providers in app.module.ts, is there someway to add this plugin in to app.module providers?